| ▲ | a_c 4 hours ago | |||||||
Can I understand it as a performant celery with a UI? | ||||||||
| ▲ | binlog 3 hours ago | parent | next [-] | |||||||
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. | ||||||||
| ||||||||
| ▲ | datadrivenangel 3 hours ago | parent | prev [-] | |||||||
With better ergonomics around handling failures. | ||||||||