Basic
A minimal ASP.NET Core application using Immediate.Jobs.
1 min read
The Basic sample shows the smallest web application setup for Immediate.Jobs. It configures in-memory storage, enqueues a one-time welcome-email job, defines a recurring cleanup job, exposes the jobs dashboard, and registers a health check.
View the Basic sample on GitHub
Browse the complete Immediate.Jobs sample source.