summaryrefslogtreecommitdiff
path: root/docs/docs/workers.md
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-0/+27
* Worker pool (#1874)Selwin Ong2023-05-011-30/+44
* Added changelogSelwin Ong2023-05-011-2/+6
* New dequeue strategy (#1806)lowercase002023-03-051-6/+9
* Fix worker example (#1765)lowercase002023-01-301-9/+5
* doc: default queues order is a priority order (#1704)Alex Garel2022-09-221-0/+4
* Replace highlight tag in docs (#1600)Selwin Ong2021-12-071-2/+2
* Fix link Round Robin / Random worker classes (#1561)luto2021-09-131-1/+1
* Success and failure callbacks (#1480)Selwin Ong2021-06-221-2/+1
* Fix mistake in doc of Random dequeuing strategy (#1443)Antonino Sabetta2021-04-201-1/+1
* Workers dequeuing jobs from queues using both Round-Robin and Random strategi...Biel Cardona2021-03-311-0/+16
* Document that --serializer CLI argument is only available in 1.8.0Selwin Ong2021-01-191-4/+2
* Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)f0cker2021-01-191-5/+7
* Bump version to 1.7.0v1.7.0Selwin Ong2020-11-291-1/+1
* Improve docsSelwin Ong2020-11-281-3/+10
* fixed typo in send_kill_horse_command() example (#1378)Arturo Bracero2020-11-181-1/+1
* send_stop_job_command (#1376)Selwin Ong2020-11-141-0/+13
* Workers can listen to external commands via pubsub (#1363)Selwin Ong2020-10-221-0/+38
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-161-0/+24
* Add example for unix:// (#1171)goldstar6112019-12-181-1/+1
* Update worker document for setproctitle feature (#1109)Joe2019-06-161-1/+7
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-121-0/+1
* Updated docs to change "normal" to "default"Selwin Ong2019-04-141-6/+6
* Implemented Job.fetch_many (#1072)Selwin Ong2019-04-141-0/+1
* Give better titles to documentation pages (#1064)Mike Lissner2019-04-091-1/+1
* Added systemd exampleSelwin Ong2019-04-071-1/+1
* Added docs about running workers in productionSelwin Ong2019-04-071-0/+3
* RQ v1.0! (#1059)Selwin Ong2019-03-301-30/+54
* Changed docs to use Github compatible code block markupSelwin Ong2019-01-231-26/+25
* Update/add flag for description logging (#991)Finnci2019-01-221-1/+1
* Pass job_id to death penalty class (#936)John Stowers2018-10-271-0/+10
* support workder name override from config file (#947)Qingping Hou2018-10-201-0/+3
* added logging formatting options (#979)shikharsg2018-08-081-0/+2
* Document rq worker command arguments.Selwin Ong2018-04-061-0/+13
* Add docs folder.Selwin Ong2018-03-031-0/+287