|
I have a Postgres database as my backend. I would like to write the progress of the current task to the database (just a string that periodically updates "where the task is" in its function code). To do so, I would think I would need to write to the database result backend said string. But to do so I would need my task ID (and this goes without saying that the backend's |
Answered by
zmarffy
Oct 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. I have used
Contextto do so. Whether or not what I described is a good idea is still up for debate though.