summaryrefslogtreecommitdiff
path: root/rq
Commit message (Expand)AuthorAgeFilesLines
* When stopped jobs are deleted, they should also be removed from FailedJobRegi...delete-stopped-jobsSelwin Ong2022-07-241-1/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-2420-75/+3
* Jobs that are run synchronously should always raise an exception (#1671)Selwin Ong2022-07-011-0/+1
* Support at_front requeue support (#1657)Steve Kreitzer2022-05-222-4/+4
* added ssl support for sentinel connections (#1649)nevious2022-05-161-1/+6
* Cross platform simple worker (#1629)Michael Hill2022-03-102-2/+48
* job decorator allow on_failure and on_success parameters (#1626) (#1628)Neptalí Piña2022-03-021-2/+5
* rq.worker: remove useless set_state call in horse (#1618)Xavier Fernandez2022-02-131-2/+3
* Remove root logger usage (#1617)Oscar LAURENT2022-02-071-1/+2
* Fixed job not getting enqueued due to parallel modification (#1615)th3hamm0r2022-01-281-0/+8
* Fixed wrong keys used to WATCH dependencies (#1605)th3hamm0r2022-01-031-2/+4
* fix job.delete with remove_from_queue=False (#1601)Kirill Arkhipenko2021-12-111-1/+1
* Bump version to 1.10.1v1.10.1Selwin Ong2021-12-071-1/+1
* call callbacks and prepare job when running sync (#1599)Eric Feldman2021-12-072-1/+18
* Fixes a bug that causes leftover job keys when result_ttl=0 (#1591)Selwin Ong2021-12-021-5/+24
* add REDIS_SSL_CERT_REQS cli parameter (#1495)mgcdanny2021-10-271-0/+1
* Python 3.10 compatibility (#1563)rpkak2021-10-075-14/+10
* Fix `job.cancel` to remove job from registries if not in queue (#1564)Josh Cohen2021-09-291-9/+17
* bugfix: worker: Launch pubsub thread in `daemon` mode. (#1559)mike w2021-09-161-1/+1
* RPass serializer to queue at cli (#1556)Josh Cohen2021-09-132-5/+8
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-132-0/+12
* Bump version to 1.10.0v1.10Selwin Ong2021-09-091-1/+1
* Add more tolerance to scheduler heartbeat (#1555)Selwin Ong2021-09-071-3/+3
* Main worker should use zadd(xx=True) to update heartbeat. (#1550)Selwin Ong2021-08-263-6/+6
* Add option to enqueue a job's dependents when canceling (#1549)Josh Cohen2021-08-261-20/+46
* Respect serializer (#1538)Josh Cohen2021-08-247-42/+68
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-223-27/+55
* Minor changes (#1544)Selwin Ong2021-08-211-0/+3
* Fixed SENTINEL docsSelwin Ong2021-08-211-1/+1
* Requeueing job should clear job.exc_info (#1543)Selwin Ong2021-08-211-0/+1
* job: add get_meta() function (#1536)Paul Spooren2021-08-211-0/+7
* Allows enqueueing by the cli (#1466)rpkak2021-08-202-4/+140
* add None check before dependencies_are_met (#1532)César Ferradas2021-08-201-1/+1
* Use result_ttl for synchronous queues (#1510)Bo Bayles2021-07-191-1/+1
* Handle ResponseError when CLIENT command is not supported (#1514)César Ferradas2021-07-151-2/+10
* Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499)Adrian Sadłocha2021-06-232-18/+26
* Success and failure callbacks (#1480)Selwin Ong2021-06-224-20/+101
* Ensure pipeline in multi mode after dep setup (#1498)Josh Cohen2021-06-221-0/+2
* Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...Josh Cohen2021-06-202-41/+116
* Added logging trace for failed import for user-level debugging (#1494)Natalino Busa2021-06-171-0/+5
* Handle deserializing failures gracefully (#1428)Cyrille Lavigne2021-06-123-10/+29
* Add environment variables for connection (#1472)rpkak2021-05-301-2/+15
* Display ip address of worker in `rq info` (#1463)rpkak2021-05-182-11/+17
* Jobs that get cleaned up should also be retried (#1467)Selwin Ong2021-05-153-19/+33
* Make RQScheduler work with a serializer (#1455)Ashoka Lella2021-05-143-6/+10
* Support for Click 8.0.0 (#1465)rpkak2021-05-143-7/+8
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-0711-51/+43
* bugfix: Allow using staticmethods as jobs (#1458)pwws2021-05-072-4/+32
* Cleanup zombie worker leftovers as part of StartedJobRegistry's cleanup() (#1...Omer Lachish2021-04-202-25/+47
* prevent job exception being logged twice (#1440)PetreM2021-04-201-1/+1