proletarian
proletarian copied to clipboard
Is there some way of getting a notification when a job is done?
Is there some way of getting a notification when a job is done?
For instance:
- start a long running job, like a couple of minutes
- when the job is done, notify the user
I could of course put the notification at the end of the worker handler, but it seems a bit off.