Kyrylo Shpytsya

Results 24 comments of Kyrylo Shpytsya

> Thank you very much for the patch. Are there plans to also backport it to 2019? Am I missing something? I do not see any updated Docker images for...

P.S. Another smartish approach would be having the `Scheduler` switch from `Queue` to `PriorityQueue` at the first `spawn` call with non-default priority. Existing pending jobs (if any) would be transferred...

I am up to implementing either naive approach (replacing `Queue` with `PriorityQueue` and adding non-required keyword argument `priority` to `spawn` method), or the "smartish" approach I have described in my...

If we go with two classes, what (if anything) should be done about `aiojobs.aiohttp` ? Should we add an optional `scheduler_class` parameter to `aiojobs.aiohttp.setup` ?