Jonas Krüger Svensson
Jonas Krüger Svensson
https://github.com/tiangolo/asyncer/blob/main/CONTRIBUTING.md This link also does not lead to anything.
Hi @awtkns , any status on this?
We're also very interested in this. Happy to join you on a PR for this, @sondrelg if the idea is accepted by @samuelcolvin. Should probably wait until #259 is finalized/aioredis...
That sounds very interesting, and is what we want too! Let us know if we can do anything.
See the documentation about cron jobs [here](https://arq-docs.helpmanual.io/#cron-jobs). > Usage roughly shadows cron except None is equivalent on * in crontab. Since only [`None`, `int` and a set with `int`](https://github.com/samuelcolvin/arq/blob/master/arq/typing.py#L25) is...
I'll try to get started on a proof of concept this week or next, our need for queue and task result monitoring became a bit more urgent than first anticipated.
I see you're working on pydantic 2.0 which is exciting, @samuelcolvin, so don't take this as a bump (I also didn't get to work on this in early April as...
Good luck! 😊 Excited to try it out.
The simple solution is to include version numbers in the queue names, but that wouldn't allow the new workers to pick up already scheduled tasks(or retried tasks because of bugs)....
Makes sense to me. I’d suggest `process_tasks`. Since the worker is already running you’d have to change this in redis. This could be stored as a flag in redis, where...