
Avoid the complexity and operational overhead of building your own stack to manage failures, network outages, flaky endpoints, long-running processes and more, to ensure your workflows never fail.
Better alternative to event-driven architecture, job queues, state machines, sagas, crons, manual retries, etc.
Have been using this for scheduling long running workflow executions. Excellent support for typescript. UI for admin panel could use a bit of work, but given the focus on sound architecture and the ability to integrate via API i'm willing to give it a pass.
Temporal is the best orchestrated task queue system that you're not using! At Vendsta we staked much of our companies daily operations against fault tolerant workflow systems. We have tried building it ourselves, we outgrew task systems like RabbitMQ or even Google Cloud Tasks. When we found temporal we dropped the cost of maintaining these systems and radically increased our observability and reliability of said workflows. We use temporal everywhere: - in our workflow / automations system - campaigns / drip email services - billing / payments processing - data pipeline and enrichment Basically anywhere where we have a event where we want to do something with said event or a side effect of handling it you will benefit by using this product.