Skip to content

arihantdaga/simple-job-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Job Scheduler

It is a simple job scheduler.

Create a job

# Via Post request 

curl --location --request POST 'localhost:8080/api/v1/job' \
--header 'Content-Type: application/json' \
--data-raw '{
    "jobTime": "2022-04-03T09:17:03.013Z",
    "jobType": "webhook calling",
    "jobMeta": "{\"json\":\"body\"}",
    "lockedAt": null
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages