mmucklo
mmucklo
I think part of the confusion is over how the @DI\... tags are working, plus how annotations work in general. To do something similar I had to create a separate...
@inmarelibero Sorry for the delay, I recall looking into this a while back, but I didn't have a viable solution at the time. I'm open to suggestions.
@carlos-granados can you try with the latest version?
@thorau it looks like I’d have to implement a special method in the Redis JobManager to allow this sort of thing.
@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.
@klodoma It looks like it's lost it's handle to an entry in the dtc_queue_run table. Every time run is called it's supposed to create an entry in dtc_queue_run. It then...
@vcsvinicius - Ah, I haven't dealt with that before. What happens if you do a: ```bash bin/console doctrine:schema:create --dump-sql ``` When I run it on my testing setup I get...
@mrvnklm Just reviewing older issues. Not sure if you're still using the bundle right now, but this is a potential enhancement. The job has a status field such as 'success',...
@wessel-techtribe-nl Sorry for the delay in response. > If multiple jobs are waiting with batch mode = false and each jobs takes 2 seconds, they are executed sequentially instead of...
@Siba94 sorry for the delay - my hands have been tied for months now - are you still having this issue?