Aaron Tainter

Results 7 comments of Aaron Tainter

Hi, can we reopen this issue? I'm having the same problem on version 5.14.4 for `devspace sync` and `devspace dev`. When using `devspace dev`, my config looks like this: ```yaml...

For what it's worth, my team is having the same problem. It's making RQ unusable for us. Seems like this is a bug.

Yes, looks like the job is in Redis and stuck in a "queued" status. I'm not able to reproduce with a certain job - it randomly happens, but it's somewhat...

Hey @selwin any update on this?

After some more digging, my theory is that the job is added to Redis as `rq:job:ID`, but not added to 'rq.default'. This would explain why `queue.jobs` does not fetch the...

Under further investigation, it looks like enqueue uses a pipeline to update redis. I wonder if one if the commands is silently failing: https://stackoverflow.com/a/54153873

After restarting, I was able to pull job exc_info. I also logged info about my local Redis instance which looks correct ``` Redis exc_info: Work-horse was terminated unexpectedly (waitpid returned...