How to use paylaod cms Jobs Queue #12217
Unanswered
mrwebninja
asked this question in
Q&A
Replies: 1 comment
-
I think you need to name your cron queue autoRun: [
{
cron: '* * * * *', // every minute
limit: 1, // limit jobs to process each run
queue: 'demoQueue' <<< this
},
], here's another discussion that says how to keep it running: #10688 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am new to paylaod cms & trying to use Jobs Queue, just trying to send email every minute and testing on local machine
here is my payload.config.ts
but this is not working, error on terminal
can anyone help where I am making mistake
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions