summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* worker.work() should be tested with burst=TrueSelwin Ong2020-06-071-2/+2
* Took into account DST when computing localtime zones. This wasn't ac… (#1258)Evan Ackmann2020-05-241-6/+35
* Merge remote-tracking branch 'origin/master' into multi-dependenciesSelwin Ong2020-05-231-2/+12
|\
| * Use pickle.HIGHEST_PROTOCOL by default (#1254)Bo Bayles2020-05-161-2/+12
* | Update Job#dependencies_are_met ...thomas2020-04-271-1/+1
* | Address Deleted Dependenciesthomas2020-04-162-18/+28
* | rename dependencies_finished to dependencies_are_metthomas2020-04-161-5/+5
* | Change get_dependency_statuses to dependencies_finishedThomas Matecki2020-04-161-32/+15
* | Do not watch dependency key setThomas Matecki2020-04-161-26/+0
* | Fix patches for python2thomas2020-04-161-40/+30
* | Alway set status 'FINISHED' when job is Successfulthomas2020-04-161-7/+20
* | Only enqueue dependents for all dependencies are FINISHEDthomas2020-04-161-0/+97
* | Create get_dependencies_statuses method on JobThomas Matecki2020-04-161-2/+137
|/
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-165-15/+81
* FailedJobRegistry.requeue() resets job.started_at and job.ended_at (#1227)Selwin Ong2020-04-012-1/+3
* registry.cleanup() now writes information to job.exc_info (#1226)Selwin Ong2020-03-311-0/+1
* fixing HerokuWorkerShutdownTestCase after #1194 (#1213)Samuel Colvin2020-03-091-2/+6
* enqueue_at should support explicit args and kwargs (#1211)Selwin Ong2020-03-081-0/+13
* Fixes Job.fetch when return value is unpickleable (#1184)Selwin Ong2020-01-312-5/+13
* Add job status setting in enqueue_at (and in enqueue_in) methods (#1181)Ivan Kiryanov2020-01-232-2/+16
* Failed jobs will now auto expire (#1182)Selwin Ong2020-01-211-17/+16
* Add a hard kill from the parent process with a 10% increased timeout … (#1169)mr-trouble2020-01-191-0/+27
* Job scheduling (#1163)Selwin Ong2020-01-046-19/+373
* Multi Dependency Support - Registration & Enqueue Call (#1155)Thomas Matecki2019-11-262-13/+122
* Added `delete_job` argument to registry.remove()` (#1161)Selwin Ong2019-11-231-2/+28
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-291-2/+9
* Multi Dependency Support [Internal API Changes] (#1147)Thomas Matecki2019-10-222-17/+25
* Store worker's RQ and Python versions (#1125)Vladimir Protasov2019-10-081-0/+31
* Fix unreliable test (#1126)Vladimir Protasov2019-09-081-2/+5
* Add failure_ttl on job decorator (#1130)Bartłomiej Biernacki2019-09-081-0/+14
* Fixed test errors caused by _sentry_trace_headersSelwin Ong2019-07-201-4/+0
* Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-222-6/+5
* Added checks for 0 ttl (#1110)Selwin Ong2019-06-161-0/+13
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-151-0/+18
* add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-121-2/+13
* Fix timeout adding job to StartedJobRegistry (#1086)Ted Summer2019-05-181-0/+17
* Implemented Job.fetch_many (#1072)Selwin Ong2019-04-141-0/+17
* RQ v1.0! (#1059)Selwin Ong2019-03-3012-402/+545
* Fix #1040 queue default timeout bug. (#1042)Wolfgang Langner2019-02-231-0/+18
* Make logging in worker consitent. (#1030)Wolfgang Langner2019-01-301-4/+4
* refactor: use try ImportError instead of py-version check (#1034)Chyroc2019-01-302-6/+4
* Update/add flag for description logging (#991)Finnci2019-01-221-0/+18
* skip test_1_sec_shutdown with pypy (#1020)Samuel Colvin2018-12-041-0/+1
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-034-22/+22
* Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)Selwin Ong2018-11-222-5/+14
* Fixed a unicode test.Selwin Ong2018-10-262-10/+12
* SimpleWorker's ttl must always be longer than jobs. (#1002)Selwin Ong2018-10-202-5/+24
* add is_async property to queue (#982)Paul Robertson2018-08-081-0/+7
* Replace 'async' keyword with 'is_async' for Queue objects (#977)chevell2018-07-072-5/+5
* #908 Using a timeout string value for job works (#955)Theofanis Despoudis2018-05-271-1/+2