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
hey guys, for 3 days i am trying to get this Jobs Queue system to work but the instability and lack of documentation is a huge blocker for me - thinking about to ditch it completely.
Here is whats wrong about it.
It is not clear where to put "waitUntil" It was mentioned once in the docs but its not clear how to use it.
Calling /api/payload-jobs/run never works for me, i always get "No jobs to run".
Running npx payload jobs:run --queue default randomly works sometimes but get stuck after a response, or it process for 20 sec and returns nothing.
deleteJobOnComplete: false, seems to have no effect, once a job was run its gone - how to do cron then ?
There are so many other things missing in the docs or as features.
How to list jobs ?
How to delete jobs ?
How to monitor or check "processing" jobs (saw it in the response on job creation)
I really like the concept of this system and how its suppose to work, but at current state it has too many flaws and is unusable sadly. Maybe something is messed up on my instance but everything else works perfectly fine.
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
-
hey guys, for 3 days i am trying to get this Jobs Queue system to work but the instability and lack of documentation is a huge blocker for me - thinking about to ditch it completely.
Here is whats wrong about it.
/api/payload-jobs/run
never works for me, i always get "No jobs to run".npx payload jobs:run --queue default
randomly works sometimes but get stuck after a response, or it process for 20 sec and returns nothing.deleteJobOnComplete: false,
seems to have no effect, once a job was run its gone - how to do cron then ?There are so many other things missing in the docs or as features.
I really like the concept of this system and how its suppose to work, but at current state it has too many flaws and is unusable sadly. Maybe something is messed up on my instance but everything else works perfectly fine.
Payload 3.0.2
Node v20.15.1
Mac OS Sequoia 15.2
Beta Was this translation helpful? Give feedback.
All reactions