You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, Procrastinate doesn't define a built-in way to send results. Consequently, it's the responsibility of your tasks to do that part (storing the result). Similarly for progress updates. You could use a table that you control to store results. And you could use a postgres listen/notify to actively inform your server of the progression.
what i want to achieve is some way to distribute jobs to workers remotely
the server delegates task
workers elsewhere from different IP receive the task and post the results back to the server
how can i make this possible? real time updates of the progress should be subscribable
The text was updated successfully, but these errors were encountered: