#How do I schedule Jobs to run everyday?
1 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Community-Help:
I have a job created but I need to manually add the job into the queue.
Will be possible once this is merged: https://github.com/payloadcms/payload/pull/12863 ETA later today
After which, I need to manually trigger a worker to process the queue.
This can be automated using autorun: https://payloadcms.com/docs/jobs-queue/queues#executing-jobs
@oblique yarrow
Ah I only had autoRun, I didn't have shouldAutoRun.
Thank you!
Looking forward to your PR getting merged!