This endpoint creates a new job
get
, post
, put
, patch
, delete
.$job
, $state
, and $previous
for recurring
jobs. Learn more about dynamic fields here.[5, "minutes"]
. scheduled_at
field instead.schedule_in
field instead.[5, "minutes"]
*/5 * * * *
would run every 5 minutes, 0 9 * * 1-5
runs
every Mon-Fri at 9am UTC.idempotency_key
before
one of them is executed, every job but the first one will be ignored.job.started
, job.request
, job.response
, job.finished
, job.error
.