Didact is an open source .NET job orchestrator
published on 2023/10/04
No more defining background jobs in the Program.cs files of other applications. No more hijacking their dependency injection systems. No more tightly-coupled job orchestration.
We also don't want our methods and arguments saved to a storage location elsewhere. We just want an engine to operate off of pipeline metadata and let us keep our code where we want.
The author also provides a comparison with Hangfire