DtcQueueBundle icon indicating copy to clipboard operation
DtcQueueBundle copied to clipboard

Is there a way to get the status of a job by the job id?

Open tillmannr opened this issue 5 years ago • 1 comments

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 avatar Mar 17 '20 07:03 tillmannr

@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.

mmucklo avatar Mar 18 '20 07:03 mmucklo