Skip to content

nexys-system/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexys Scheduler

Build and Test Package Docker Publish

Configure your CRON/schedulers in Nexys and run the container for execution

API

see: /see

See all crons. Allowed flag: active=[false|true].Default is true

start: /start

Start a cron

Required query params:

  • name: name/identifier of the cron job

stop: /stop

Stop a cron

Required query params:

  • name: name/identifier of the cron job

startAll: /startAll

Starts all cron (that were not started yet)

stopAll: /stopAll

Stops all cron (that were not started yet)