|
|
|
|
|
by frant1c
1091 days ago
|
|
We've been using Inngest at Secta.ai for the last ~6 months, happy to answer any questions! DX is great! Writing the jobs feels very natural, much much simpler than Temporal. The development server is neat and makes debugging jobs very easy. TypeScript SDK is idiomatic, the types are properly inferred & propagated throughout the whole app. The nice thing about writing step functions for Inngest vs regular "async worker queues" is that we can express logic, e.g. "if X than wait for event Y", with a layer of caching/retries on top. |
|