(no title)
nakovet | 7 months ago
How do you do background job processing without Celery? Every app/website I ever developed required some sort of background job processing, for Python I use Celery, Rails I use Sidekiq, Node.js I use Faktory. One of the biggest drawbacks (at least until a while ago) was that setting this up had to be a hacky webhook call to your own app that allowed up to N seconds request/response.
stavros|7 months ago
williamdclt|7 months ago
marcosdumay|7 months ago
Celery is a solution to scalability, not to any business problem in particular.
hyllos|7 months ago
tempay|7 months ago
I also have multiple celery applications, but I wouldn't recommend it for smaller or simplier apps.
porridgeraisin|7 months ago
Can you explain what you mean?
kukkeliskuu|7 months ago