| ▲ | binlog 4 hours ago | ||||||||||||||||||||||
It’s an async job runner that scales well. Yeah they advertise a lot of fancy features, but really what they are selling is solid failure-resistant infra. Companies could set the same thing up with an in-house team, but it’s pretty great to be able to click a button and start running workloads at tens or hundreds of thousands of RPS without needing to figure out the internals. | |||||||||||||||||||||||
| ▲ | a_c 4 hours ago | parent | next [-] | ||||||||||||||||||||||
Can I understand it as a performant celery with a UI? | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | kolanos 3 hours ago | parent | prev [-] | ||||||||||||||||||||||
Durable execution comes with overhead that you'll need to determine whether or not fits your use case. If you're looking for raw speed then durable workflows are going to be a steep trade off. Most workflows should be durable by default, though, so it is more the rule than the exception. | |||||||||||||||||||||||