DtcQueueBundle
DtcQueueBundle copied to clipboard
Is there a way to get the status of a job by the job id?
We are using redis and trying to implement a polling logic, so we need to tell if a job is currently being processed. Is there a way to do it?
@tillmannr From the code paths it doesn't seem like I track the currently running job in Redis.
This could be a feature that could be implemented however.