hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10k stars 714 forks source link

[Support] How to clear the periodic job run history #819

Open abhi9720 opened 9 months ago

abhi9720 commented 9 months ago

These is so many key in redis like this "asynq:scheduler_history:d6a4bc41.." I am using PeriodicTaskManager to run my periodic jobs

Do we have any way to clear scheduler history ?

I don't want my db to grow unnecessary, right now history clear only when service restart.