waikato-ufdl / ufdl-backend

User-Friendly Deep Learning (UFDL) - backend system.
Apache License 2.0
1 stars 0 forks source link

Django notifications #92

Closed fracpete closed 3 years ago

fracpete commented 3 years ago

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.

csterling commented 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.

fracpete commented 3 years ago

notifications are now available in the frontend via Redis