Using something like Dramatiq [1] with Redis, writing a background job takes minutes, and can be deployed alongside an existing Python web app. There are probably JS equivalents. I think Inngest could be a useful service, but the comparison felt off for me - it made me feel like this wasn't solving a real problem. [1] https://dramatiq.io/. - Source: Hacker News / over 1 year ago
Hello everyone. We want to present you Taskiq: our new project that allows sending tasks using distributed queues. Conceptually it's similar to Celery or Dramatiq but with full asyncio and type hints support. Taskiq can send and execute async functions and has many integrations with different queue implementations. Source: almost 2 years ago
I spent 3 years building a high scale crawler on top of Celery. I can't recommend it. We found many bugs in the more advanced features of Celery (like Canvas) we also ran into some really weird issues like tasks getting duplicated for no reason [1]. The most concerning problem is that the project was abandoned. The original creator is not working on it anymore and all issues that we raised were ignored. We had to... - Source: Hacker News / about 2 years ago
I have been using dramatiq lately (celery alternative) and so far I'm happy with it. Source: over 2 years ago
If your tasks are idempotent, Dramatiq if intended for your case. https://dramatiq.io/. - Source: Hacker News / over 2 years ago
AFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY. [1]: https://dramatiq.io/. - Source: Hacker News / about 3 years ago
Fair enough. One last question: Have you looked into Dramatiq as a replacement for Celery? If so, what are your thoughts? https://dramatiq.io/. Source: over 3 years ago
An option could be to create a task to queue the changes and process the changes in the background. For example using Dramatiq (see https://dramatiq.io/ and https://github.com/Bogdanp/django_dramatiq). Source: over 3 years ago
Do you know an article comparing Dramatiq to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Dramatiq. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.