Edit the manifest of a SCHEDULED_EVENT worker to update the schedule criteria.
The worker should be deploy afterward with jf worker deploy for the change to be applied to the server.
Parameter | Command / Description |
|---|---|
Command name | worker edit-schedule |
Abbreviation | worker es |
Command options: | |
| [Mandatory] A standard cron expression with minutes resolution. Seconds resolution is not supported by Worker service. |
| [Default: UTC] The timezone to use for scheduling. |
Edit Worker Schedule Example
Edit a worker manifest so that it is executed every minute.
jf worker edit-schedule --cron "* * * * *"