data-accelerator/Services/JobRunnerWebJob
Rohit Agrawal - MSFT ab580a1cf8
Upgrade services to .net core 3.1 (#193)
* Upgrade service to .net core 3.1

* upgrade Microsoft.ApplicationInsights.AspNetCore and MongoDB.Driver packages

* upgrade several packages
2021-10-01 10:35:36 -07:00
..
Properties Adding JobRunner Service and the first DataX mainline job that calls … (#127) 2019-08-27 15:08:56 -07:00
JobRunnerWebJob.csproj Upgrade services to .net core 3.1 (#193) 2021-10-01 10:35:36 -07:00
Program.cs Adding JobRunner Service and the first DataX mainline job that calls … (#127) 2019-08-27 15:08:56 -07:00
Readme.md Adding JobRunner Service and the first DataX mainline job that calls … (#127) 2019-08-27 15:08:56 -07:00
Settings.job Adding JobRunner Service and the first DataX mainline job that calls … (#127) 2019-08-27 15:08:56 -07:00
appsettings.Development.json Adding steps for a new JobRunner job calling into ScenarioTester. (#145) 2019-09-20 10:16:42 -07:00
appsettings.json Adding steps for a new JobRunner job calling into ScenarioTester. (#145) 2019-09-20 10:16:42 -07:00
run.cmd Adding JobRunner Service and the first DataX mainline job that calls … (#127) 2019-08-27 15:08:56 -07:00

Readme.md

How to setup your own Job:

  1. Create a Job class inheriting from IJob under the JobRunner project.
  2. You need to schedule the job under RegisterScheduledJobs in the JobRunner project.

Debug locally

  1. Update the ActiveQueue in the appsettings to ensure that the correct queue is accessed in the debugging.