You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Biel Cardona 08ef54dcf4
Workers dequeuing jobs from queues using both Round-Robin and Random strategies (#1425)
* implemented round-robin and random access to queues

* added tests for RoundRobinQueue

* reverted change in gitignore

* removed linebreak

* added tests for random queues

* added documentation for round robin and random queues

* moved round robin strategy to worker

* reverted changes to queue.py

* reverted changes to workers.md

* reverted changes to test_queue

* added tests for RoundRobinWorker and RandomWorker

* added doc for round robin and random workers

* removed f-strings for backward compatibility

* corrected a mistake

* minor changes (code style)

* now using _ordered_queues instead of queues for reordering queues
4 years ago
..
connections.md fix code tag in connections.md (#1189) 5 years ago
exceptions.md Job retry feature. Docs WIP (#1299) 5 years ago
index.md Update index.md (#1306) 5 years ago
job_registries.md Fix typos in job_registries.md (#1185) 5 years ago
jobs.md Add a "stopped" JobStatus and the machinery to properly handle it (#1394) 4 years ago
monitoring.md Minor doc fix 5 years ago
results.md Updated leftover references to FailedQueue 6 years ago
scheduling.md Remove alpha warning from scheduler docs 4 years ago
testing.md fix code tag in connections.md (#1189) 5 years ago
workers.md Workers dequeuing jobs from queues using both Round-Robin and Random strategies (#1425) 4 years ago