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
..
_includes Added anchor.js to docs 6 years ago
_layouts Add docs folder. 7 years ago
contrib Add docs folder. 7 years ago
css Slightly tweaked docs CSS 4 years ago
design Add docs folder. 7 years ago
docs Workers dequeuing jobs from queues using both Round-Robin and Random strategies (#1425) 4 years ago
img Add docs folder. 7 years ago
patterns Updated docs to change "normal" to "default" 6 years ago
CNAME Add docs folder. 7 years ago
_config.yml Fixed Github Pages build 4 years ago
favicon.png Add docs folder. 7 years ago
index.md fix snippet link in docs (#1380) 4 years ago