I am trying to integrate rq-dashboard in my python flask application. I wanted to increase the polling interval for dashboard otherwise in every 2 seconds I can see requests for rq/workers.json rq/queues.json etc. I did following to set polling interval-
I am trying to integrate rq-dashboard in my python flask application. I wanted to increase the polling interval for dashboard otherwise in every 2 seconds I can see requests for rq/workers.json rq/queues.json etc. I did following to set polling interval-
But still I can see the request coming in my flask application every 2 seconds. How to increase this polling interval value.
rq-1.3.0 rq-dashboard-0.6.1 python-3.6.3