You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Marc Wittke edited this page Sep 29, 2018
·
1 revision
A job is a recurring piece of work, often triggered by an integration event or a schedule. The challenge is, to let the job run wrapped by all the application framework similar to a web request for example. Backend.Fx provides a basic abstraction that enables your favorite dependency injection framework to intercept the job execution with decorators, resulting in a similar pipeline like the ASP.Net Core request pipeline configuration using middlewares.