telemetry-analysis-service icon indicating copy to clipboard operation
telemetry-analysis-service copied to clipboard

Display notification when cluster is ready

Open jezdez opened this issue 8 years ago • 4 comments

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

jezdez avatar Feb 13 '17 16:02 jezdez

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.

marco-c avatar Jun 07 '17 14:06 marco-c

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.

jezdez avatar Jun 07 '17 18:06 jezdez

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

rafrombrc avatar Jun 16 '17 17:06 rafrombrc

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.

jezdez avatar Sep 20 '17 15:09 jezdez