Closed fracpete closed 3 years ago
Support for notifications (in general) is implemented in:
Currently only print and email notifications are supported. Push notifications is now a back-burner issue until there is a client to interact with.
notifications are now available in the frontend via Redis
In order for the loop getting notified about jobs failing or finishing, some form of notification framework needs to be available:
Each kicked off job would get a unique ID (basically its PK), which can be used to reference them in the notifications.