Tasks Provide arguments in onSuccess handler #12380
Replies: 2 comments
-
I agree here, I'm not sure what we can currently do with I was going to lock items in a collection until the job was complete, but I can't do that without knowing which items to unlock. In addition, |
Beta Was this translation helpful? Give feedback.
-
I've created a PR for this #13269 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some tasks that I want to be recurring (run each iteration for a queue, ie every 5 minutes)
For this I would want to add the task in the queue again in the onSuccess handler but I don't have arguments, so I don't know the queue, task or req for the executed task.
Adding these arguments would make rescheduling a task much easier.
Or would there be a better way to create a recurring task?
Beta Was this translation helpful? Give feedback.
All reactions