hibiken / asynq

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

[Question] the key " asynq:{default}:t:896da8b6-b489-429c-9f8b-cd0bdc9b7592 " will be store in redis forever ? #910

Open hachi-zzq opened 1 month ago

hachi-zzq commented 1 month ago

hi, i see many keys like asynq:{default}:t:896da8b6-b489-429c-9f8b-cd0bdc9b7592 in my redis , and these keys' TTL is null , so my question is : these keys will be store in redis forever ? I am afraid that endless growth will cause redis memory overflow and affect the operation of the program. @hibiken