Skip to content

uk-gov-mirror/SkillsFundingAgency.DC-Job-WebApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC-Job-WebApi

This is Web api used by admin ui and user interface to add/manage ilr files to the job queue.

Usage

Setup the appsettings file with relevant settings and run the app.

  "JobQueueManagerSettings": {
    "ConnectionString": "" // Connection string for the database which contains Jobs to be processed e.g. JobScheduler
  } 
}

Dependencies

  • JobScheduler Database with jobs data
  • ESFA.DC.JobQueueManager

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.4%
  • PowerShell 7.3%
  • Other 0.3%