Skip to content

Marcos/dt-job-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job executor

Simple job executor using SpringBoot.

Build

$ mvn clean install

Running

$ mvn spring-boot:run -f dt-web-app

Using

Defining number of workers

$ curl -X POST  http://localhost:8080/rest/jobs/workers/size/2

Using jobs

$ curl -X POST  http://localhost:8080/rest/jobs/WaitFor20Second
$ curl -X POST  http://localhost:8080/rest/jobs/CalculatePi
$ curl -X POST  http://localhost:8080/rest/jobs/FailImmediately

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages