cbdabner
cbdabner
Chrome 42+ supports push notifications now, which can work with the tab closed: https://developers.google.com/web/updates/2015/03/push-notificatons-on-the-open-web?hl=en If you were going to implement a feature like this though, make sure it's optional :smiley:
I just though I'd update this with what I did in our environment, which is entirely Windows based. I had originally installed it using forever and creating a windows service,...
I just went through the list on our deployment as well. The default config has a few more descriptions than the docs: https://github.com/apache/superset/blob/master/superset/config.py#L375
We have some chained middleware that wasn't playing too nicely with this, so here's what I understood. When you define middleware _or_ user-defined (wrapped) middleware, you end up calling the...