Samuel Colvin
Samuel Colvin
yes true, happy to accept a PR to correct this in the docs.
yes it's very simple, you also need to pass a redis instance: https://github.com/samuelcolvin/arq/blob/cca11e46b7c8ebbd5e17eae1ca3b51eb8739feb7/arq/jobs.py#L64-L70 PR welcome to add this to the docs.
sorry for the slow response on this. I don't really want to build raft into arq if I can help it, especially since (off the top of my head) I...
I haven't looked closely at how arq treats cron jobs in a while, but how about: Cron jobs are just normal jubs but with a job ID that includes the...
Great to hear you're using arq. Have you noticed about the complete rewrite in v0.16 which is not yet released? If not, hope that doesn't cause you too many problems....
arq is asynchronous, flask is synchronous. Unless you know exactly what you're doing, you're going to run into trouble. Best to either: * use flask with a synchronous queueing library...
Read the docs...?
This is not the right place to teach you about async python, there are many other resources for that. Also, if you want help on github, please take the time...
Yes, where would this function go?
Yes, it should be a function on `ArqRedis`.