Why Celery #42
Unanswered
harshraj22
asked this question in
Q&A
Replies: 2 comments
-
Our Subscription Feature heavily uses the functionalities provided by Celery. The priority of the task submitted by user, the duration for which the result of the submitted task is to be stored in the backend etc all is decided by the subscription tier the user belongs to. A lot of these functionalities have been implemented and well tested by the Celery framework, allowing us to use it out of the box. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A general question is why to use celery at all when other nuts and bolts (redis) can do the same job.
Beta Was this translation helpful? Give feedback.
All reactions