You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a job successfully runs, it's cleared from the payload_jobs table in the database. When cancelling a job, it remains in the payload_jobs table with a error value of {"cancelled": true}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When a job successfully runs, it's cleared from the
payload_jobs
table in the database. When cancelling a job, it remains in thepayload_jobs
table with aerror
value of{"cancelled": true}
When are these cancelled jobs cleared from the queue table? I can't find much information about it in the documentation at the moment: https://payloadcms.com/docs/jobs-queue/jobs#cancelling-jobs
Beta Was this translation helpful? Give feedback.
All reactions