-
Notifications
You must be signed in to change notification settings - Fork 7
Doc: improve documentation on how to use BackgroundJobs #151
Description
I was going through the documentation regarding the backgroundjob that can be used to detect client-secrets that are about to expire, and it is actually not very clear to me on how I should use it.
The documentation describes:
What exactly does this mean ? Does this mean that I can use this background-job from within an API for instance ? Can we elaborate in the documentation a little bit more about this ?
Actually, I personally wouldn't like to do it this way. Wouldn't it be preferred to create a dedicated component for this ? Might be a console app which is running in a container or an Azure Function.
Now that I'm typing this, I think we can extend this for all kind of Background Jobs.
I think it would be a good idea to create a page which informs users with best practices on how to implement background jobs, and maybe provide a skeleton that they can use to implement a component that is used to host background jobs.
@pim-simons , @stijnmoreels , any opinions?
