gue
gue copied to clipboard
Report queue item success in a different context
trafficstars
Actually, I have a code that creates some async jobs but i need to report that the queue item is done, in the job itself. which is a completely separated context.
Can this be achieved?
Jobs do not know anything about other jobs unless you implement some additional functionality to track created jobs that you want to cleanup manually.
I have done this via a cache and predefined custom errors.