Edit Worker Schedule

JFrog Applications and CLI Documentation

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:

--cron

[Mandatory] A standard cron expression with minutes resolution. Seconds resolution is not supported by Worker service.

--timezone

[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 "* * * * *"