-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes. I have used |
Beta Was this translation helpful? Give feedback.
Yes. I have used
Context
to do so. Whether or not what I described is a good idea is still up for debate though.