Replies: 4 comments
-
seems like no one actually tried or use the Jobs system, will check if i create an issue here for every bug i had with it |
Beta Was this translation helpful? Give feedback.
-
We just merged #9283 that will properly delete completed jobs. |
Beta Was this translation helpful? Give feedback.
-
This was addressed #9509 released v3.1.1
This might have been because of an issue we found and patched in v3.0.1. We will continue to improve the jobs queue and the docs and appreciate your feedback! |
Beta Was this translation helpful? Give feedback.
-
Hi! Would be cool to actually see the example of scheduling using |
Beta Was this translation helpful? Give feedback.
-
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