mozilla / telemetry-analysis-service

Telemetry Analysis Service
https://analysis.telemetry.mozilla.org/
Mozilla Public License 2.0
35 stars 29 forks source link

Display notification when cluster is ready #213

Open jezdez opened 7 years ago

jezdez commented 7 years ago

See https://bugzilla.mozilla.org/show_bug.cgi?id=1324464

marco-c commented 7 years ago

It would be nice to use web-push here, there's a Python library at https://github.com/web-push-libs/pywebpush.

The README is short, but exhaustive. If you want to use it and you have questions, you can ask @jrconlin or me either here or on IRC.

jezdez commented 7 years ago

Yep, there is an easy to use Django app that uses pywebpush called django-webpush that I looked at before. It's neat and I think it's just a matter of sitting down defining what notifications we want and then hooking it up. No need to reinvent the wheel. @safwanrahman has been a Mozilla contributor for a while and has been super helpful as well.

rafrombrc commented 7 years ago

Also see https://bugzilla.mozilla.org/show_bug.cgi?id=1316633.

jezdez commented 7 years ago

Since the last refactor of the cluster status system we can much easier now track the status, so tackling this would be much easier now.