Is there a Python Celery equivalent in Julia?

Hello,

I am very new to this task queue and message broker thing but is there a package or a way to have task queues just like on celery Celery - Distributed Task Queue — Celery 5.2.7 documentation?

2 Likes

I don’t know much about Celery, but reading this page I’m not sure what this does that julia’s built in task system doesn’t do.

Perhaps read the concurrency docs and the multithreading docs and the distributed computing and tell us what if anything is missing for you, then we might be able to recommend a package.

Perhaps something like Actors.jl is of interest.

2 Likes

Take a look at GitHub - JuliaParallel/Dagger.jl: A framework for out-of-core and parallel execution (more analogous to Python’s Dask, but arguably that provides more functionality than Celery).

8 Likes