You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Celery as a task queue with RabbitMQ as the message broker seem to be likely candidates, but would it make sense to use alternative technologies (e.g. Redis instead of Rabbit)? We should produce a list of possible technologies for discussion.
The text was updated successfully, but these errors were encountered:
I think at this point, Celery seems like our best bet. It's very well documented and sets the standard as far as Python integration goes.
As far a what broker to use (Rabbit MQ, redis, etc...) Arches should allow an admin to make that choice. In fact Arches should, as much as possible, be agnostic of the task manager it uses to manage long running/memory intensive tasks.
Celery as a task queue with RabbitMQ as the message broker seem to be likely candidates, but would it make sense to use alternative technologies (e.g. Redis instead of Rabbit)? We should produce a list of possible technologies for discussion.
The text was updated successfully, but these errors were encountered: