| ▲ | binlog 3 hours ago | |
Not the same thing, because celery and the like are sdk-level abstractions that need you to plug in your own queue (usually Redis, Kafka) and all other components. The Temporal server deployment includes the full control plane, queue, persistent database, UI and everything else. So you only need to manage your worker boxes. | ||
| ▲ | kolanos 3 hours ago | parent [-] | |
A Rust equivalent to Celery would be something like Apalis [0]. Where every job is just an async function, similar to a Celery task. | ||