ab580a1cf8
* Upgrade service to .net core 3.1 * upgrade Microsoft.ApplicationInsights.AspNetCore and MongoDB.Driver packages * upgrade several packages |
||
---|---|---|
.. | ||
Properties | ||
JobRunnerWebJob.csproj | ||
Program.cs | ||
Readme.md | ||
Settings.job | ||
appsettings.Development.json | ||
appsettings.json | ||
run.cmd |
Readme.md
How to setup your own Job:
- Create a Job class inheriting from
IJob
under the JobRunner project. - You need to schedule the job under
RegisterScheduledJobs
in the JobRunner project.
Debug locally
- Update the ActiveQueue in the appsettings to ensure that the correct queue is accessed in the debugging.