Skip to content

Introduction

Immediate.Jobs is a reflection-free background job scheduler for .NET built on Immediate.Handlers.

1 min read

Immediate.Jobs is a reflection-free background job scheduler for .NET built on Immediate.Handlers. Jobs are ordinary handlers whose requests can be durably enqueued, while source generators create their typed schedulers, payload metadata, and dependency-injection registrations at compile time.

The package supports delayed and recurring work, queues, retries, batches and continuations, multiple storage providers, monitoring, and testing infrastructure.

The complete Immediate.Jobs documentation will be migrated into this site separately. Until then, see the Immediate.Jobs repository and current guide for installation, examples, provider details, and delivery guarantees.