I have built a Docker environment on AWS EC2 and am using redash v8.
In this Redash v8, schedule celery is stuck and a lot of data is stuck in the queue.
Is there a way to delete all the schedule queries in the queue?
Thanks for replying.
I see that I can just delete the Redis key.
I’m afraid that by deleting the Redis key, the scheduled executions will disappear, but looking at the docker configuration, am I correct in assuming that if the “scheduler” container is alive, the schedule will remain intact?
(My company has over 100 schedules, and it would be a pain to reconfigure them all)