taskiq-python / taskiq-redis

Broker and result backend for taskiq
MIT License
40 stars 18 forks source link

Change expiration policy #27

Closed s3rius closed 1 year ago

s3rius commented 1 year ago

Currently we implicitly set expiration even if no expiration were specified. That's not obvious and counter-intuitive.

My suggestion would be to not set expiration option if no expiration were specified. Because currently there's no way to store results without expiration.

igoose1 commented 1 year ago

@s3rius, I guess this can be closed.