Get Started in Minutes
Install DurableStack, create a job, and run your first workload in just a few lines of code.
using DurableStack;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDurableStack();
Once connected, DurableStack tracks runs, failures, retries, and latency out of the box.
