Selwin Ong
Selwin Ong
Actually I'm not aware of this. Jobs in the `ScheduledJobRegistry` should be a regular job like others. Are you sure you're function is not failing because it's trying to access...
Pull request for this is welcome :)
> However, while looking in the rq code, it seems that we have no way to "dynamically" reload the dependencies, so I cannot append to that list. We can add...
> Are you saying "racy" in terms of making sure the job we want to append to hasn't yet started, or "racy" in terms of two jobs trying to add...
@andrewvaughanj sorry I missed replying to this thread. Implementing a `job.add_dependency()` that takes a list of jobs like your previous suggestion is a good way to start.
Yes, please submit a PR for this.
I agree with you. I think Redis stream would be perfect for RQ. This is something we can consider for the future, probably a few years in when more systems...
@cw1427 I think it's still a bit early to move to Redis streams because most server distros still ship with Redis 4.X by default. You mentioned that adopting Streams will...
You can pass in `--config myconfigfile` to RQ, but I'm not sure whether logging configurations are imported from that file. This is something I want to have though, so a...
I don't personally use redis-cluster so if you have a PR that can fix this, I'm more than happy to merge it in.