harshraj22 / Dis-Sim

Microservice for calculating image similarity. Uses Message Queues.
MIT License
9 stars 3 forks source link

different results retention period for different subscription tier #60

Open harshraj22 opened 1 year ago

harshraj22 commented 1 year ago

The results of celery tasks expire after a certain period. for each task, developers can specify how long should the results be saved. Users belonging to different subscription tier need to have different expiration period.

Implement this feature.