Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 916 Bytes

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)