Commit Graph

  • bc0b55fd92
    Daily workflow for dependency testing (#1470) rpkak 2021-07-19 11:17:46 +0200
  • 77e7ef6983
    Handle ResponseError when CLIENT command is not supported (#1514) César Ferradas 2021-07-15 03:09:25 +0100
  • 653d4917e7 Updated changelog Selwin Ong 2021-06-30 14:08:23 +0700
  • caa4efc35b
    Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499) Adrian Sadłocha 2021-06-23 16:12:39 +0200
  • 5590aab458
    Success and failure callbacks (#1480) Selwin Ong 2021-06-22 10:30:46 +0700
  • 591f11bcc3
    Ensure pipeline in multi mode after dep setup (#1498) Josh Cohen 2021-06-21 23:30:33 -0400
  • 456743b225
    Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_args` accept `pipeline` arg, add `Queue.enqueue_many` method (#1485) Josh Cohen 2021-06-20 06:18:00 -0400
  • 35604f9bb1
    Added logging trace for failed import for user-level debugging (#1494) Natalino Busa 2021-06-17 08:39:49 +0800
  • 29d02c0798
    Docs: Add scheduled to job.get_status() (#1493) rpkak 2021-06-16 12:26:16 +0200
  • 819d0498c7
    Quickfix: Change Dockerhub Username (#1491) rpkak 2021-06-12 17:38:29 +0200
  • d0cea42fbb
    Docker (#1471) rpkak 2021-06-12 06:51:11 +0200
  • 28e7ab10df
    Add chat page (#1474) rpkak 2021-06-12 06:46:44 +0200
  • 6fc9454675
    Handle deserializing failures gracefully (#1428) Cyrille Lavigne 2021-06-12 00:45:03 -0400
  • 73d0210d65
    Add environment variables for connection (#1472) rpkak 2021-05-30 13:49:28 +0200
  • ba915508a3
    Typo: Than -> Then (#1479) Joseph 2021-05-30 04:12:46 -0700
  • d42947fb75
    add `/` (#1475) rpkak 2021-05-27 02:25:42 +0200
  • 49b489a880
    Display ip address of worker in `rq info` (#1463) rpkak 2021-05-18 03:41:59 +0200
  • ef4f0611a7 Added Python 3.9 to test matrix Selwin Ong 2021-05-17 14:00:00 +0700
  • ba276c274e Updated changelog Selwin Ong 2021-05-17 13:58:08 +0700
  • 5b5cfdf9ab
    Jobs that get cleaned up should also be retried (#1467) Selwin Ong 2021-05-15 20:04:52 +0700
  • d333d20914
    Make RQScheduler work with a serializer (#1455) Ashoka Lella 2021-05-14 06:57:09 -0400
  • 428d75b9b6
    Support for Click 8.0.0 (#1465) rpkak 2021-05-14 12:43:08 +0200
  • b84b39f75f
    Upgrade to GitHub-native Dependabot (#1454) dependabot-preview[bot] 2021-05-07 11:11:11 +0700
  • efb24161ab
    Replace enum function with internal Enum class (#1459) MyrikLD 2021-05-07 06:10:46 +0200
  • 40b90946a7
    bugfix: Allow using staticmethods as jobs (#1458) pwws 2021-05-07 06:07:31 +0200
  • 76ac0afbcd
    Cleanup zombie worker leftovers as part of StartedJobRegistry's cleanup() (#1372) Omer Lachish 2021-04-20 12:05:26 +0300
  • a3ed2db4ea
    Changed docker CMD to ENTRYPOINT (#1449) rpkak 2021-04-20 02:37:51 +0200
  • 1680f49264
    Fix mistake in doc of Random dequeuing strategy (#1443) Antonino Sabetta 2021-04-20 02:37:21 +0200
  • 8415ea7eb4
    prevent job exception being logged twice (#1440) PetreM 2021-04-20 03:37:08 +0300
  • 6bfd47f735
    Newer pip install command from git (#1439) James Cobb 2021-04-01 07:23:18 +0100
  • 42ca608d96 Bump version to 1.8.0 Selwin Ong 2021-03-31 08:45:17 +0700
  • 08ef54dcf4
    Workers dequeuing jobs from queues using both Round-Robin and Random strategies (#1425) Biel Cardona 2021-03-31 03:15:34 +0200
  • dcbbd067f0
    bugfix: Add self.serializer when calling self.fetch_many in Job.fetch_dependencies (#1411) Jahn Thomas Fidje 2021-02-24 12:33:58 +0100
  • fc7940c77b
    Add a "stopped" JobStatus and the machinery to properly handle it (#1394) Daniel Alley 2021-02-08 20:19:33 -0500
  • 14ca7881e4
    Add runner for asyncio tasks (#1405) MyrikLD 2021-02-03 03:50:47 +0300
  • 59d1b40d14
    Multidependencies (#1397) skieffer 2021-02-02 06:22:15 -0500
  • 617b18a496
    Change back `path` connection keyword argument to `unix_socket_path` (#1403) Jochen Kupperschmidt 2021-01-26 01:19:03 +0100
  • aa5dbf4af3 Document that --serializer CLI argument is only available in 1.8.0 Selwin Ong 2021-01-19 08:23:09 +0700
  • efe703214e
    Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395) f0cker 2021-01-19 01:19:31 +0000
  • 11c8631921
    Add exception to catch redis connection failure to retry after wait time (#1387) Adda Satya Ram 2021-01-14 13:01:41 +0530
  • 709043989a
    clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) AxeOfMen 2021-01-08 22:12:51 -0500
  • d3b07fba47 Bump version to 1.7.0 Selwin Ong 2020-11-29 16:41:56 +0700
  • ab19ad9798 Improve docs Selwin Ong 2020-11-28 20:29:50 +0700
  • 016da14723
    Fix custom serializer in job fetches (#1381) JackBoreczky 2020-11-27 21:05:29 -0800
  • 8b9e2188e4
    Add `job.refresh()` to docs (#1384) C. Mangla 2020-11-28 00:40:36 +0000
  • 81ea1d26d1
    Add link to Github Actions badge in README Selwin Ong 2020-11-27 07:39:49 +0700
  • 75a610bd4d
    Fix RQScheduler when run with SSL connection (#1383) BobReid 2020-11-26 19:27:30 -0500
  • 3aaa1c1209
    fix snippet link in docs (#1380) Kyle Verhoog 2020-11-21 01:08:33 -0500
  • 2ece5d0fba
    fixed typo in send_kill_horse_command() example (#1378) Arturo Bracero 2020-11-18 02:24:47 +0100
  • 492e77d86d
    send_stop_job_command (#1376) Selwin Ong 2020-11-14 19:59:20 +0700
  • f3e924cdd1
    Added job.worker_name (#1375) Selwin Ong 2020-11-08 21:02:21 +0700
  • 3ead30a34e Bump version to 1.6.1 Selwin Ong 2020-11-08 11:37:03 +0700
  • 6fab48845f Merge branch 'master' of github.com:rq/rq Selwin Ong 2020-11-08 11:34:34 +0700
  • b3703b5357 Bump to version 1.6.0 Selwin Ong 2020-11-08 11:17:20 +0700
  • d1528d776d
    Release scheduler lock when running in burst mode (#1374) Selwin Ong 2020-11-08 11:16:23 +0700
  • b50f1e2121
    Redis does not accept `parser_class` argument (#1373) Selwin Ong 2020-11-07 22:27:30 +0700
  • 5988889e57
    Propagate logging settings from worker to scheduler (#1366) Chris de Graaf 2020-10-31 08:23:21 -0500
  • 676ec9b0ea
    tests: updated github worklow for tests to use requirements.txt and d… (#1364) Ruslan Mullakhmetov 2020-10-26 14:42:37 +0100
  • ed264f08bb
    feat: added job heartbeat to track whether job is actually executing (#1349) Ruslan Mullakhmetov 2020-10-26 14:42:02 +0100
  • a721db34b1
    Workers can listen to external commands via pubsub (#1363) Selwin Ong 2020-10-22 07:26:24 +0700
  • 0e65bab10b
    tests: added ability to run tests in Docker (#1361) Ruslan Mullakhmetov 2020-10-22 02:24:16 +0200
  • f5ce159b60 Remove alpha warning from scheduler docs Selwin Ong 2020-10-20 07:19:55 +0700
  • df14acaf02
    Increase scheduler lock TTL to 60 (#1362) Selwin Ong 2020-10-20 07:12:31 +0700
  • 2da957a68d
    scheduler: now operates with chunks of jobs (#1355) Nikita Romaniuk 2020-10-20 02:57:03 +0300
  • 9adcd7e50c
    feat: avoided "zombie" processes after killing work horse (#1348) Ruslan Mullakhmetov 2020-10-20 01:15:55 +0200
  • 55dce19a95
    Fix #1340 (#1341) Orkhan 2020-09-28 13:41:06 +0500
  • 4e4afefd18
    Add entry ssl_ca_certs in worker config settings (#1347) Qiming Sun 2020-09-28 01:40:56 -0700
  • 237e69123a
    pass retry param to enqueue_at func (#1343) Vladimir Ulupov 2020-09-28 11:40:27 +0300
  • a31d37f1ea Exclude tests directory from wheel builds Selwin Ong 2020-09-10 08:26:26 +0700
  • e6f153ee86 Bump version to 1.5.2 Selwin Ong 2020-09-10 08:19:53 +0700
  • 01d71c8984
    Fixes an issue where retried jobs should not be put in FailedJobRegistry (#1336) Selwin Ong 2020-09-10 08:15:15 +0700
  • 99f7dc8722
    include requirements.txt in sdist (#1335) Evgeni Golov 2020-09-10 02:52:05 +0200
  • 0779605173
    fix deprecated Iterable import (#1329) Ahmed Elmaghallawy 2020-09-10 02:51:45 +0200
  • 48f5a68013
    fixed minor import error in jobs docs (#1334) maces 2020-09-10 02:51:10 +0200
  • 56e756f512
    fix(scheduler): correctly restore ssl connection after forking (#1327) Sergei Zherevchuk 2020-08-27 07:30:46 +0300
  • 08379fc571
    Codecov (#1326) Selwin Ong 2020-08-21 17:03:43 +0700
  • a09a2ab3b4 Merge branch 'master' of github.com:rq/rq Selwin Ong 2020-08-21 09:31:25 +0700
  • 20248cf268 Bump version to 1.5.1 Selwin Ong 2020-08-21 09:29:45 +0700
  • 6028a63607
    Restores compatibility with fakeredis (#1324) Selwin Ong 2020-08-21 09:21:49 +0700
  • f0afcd3cb3
    Create coverage.yml Selwin Ong 2020-08-21 08:56:54 +0700
  • 39fb709c10
    get_redis_server_version() should handle 4 digit version numbers (#1322) Selwin Ong 2020-08-16 11:23:29 +0700
  • 7bf100ebe7
    Allow retries to be set through decorator (#1319) nerok 2020-08-14 02:17:03 +0200
  • c2931b45b6
    handled unhandled exceptions in horse (#1303) Ruslan Mullakhmetov 2020-08-04 11:48:01 +0200
  • 57f286eac4 Minor doc fix Selwin Ong 2020-07-31 11:08:46 +0700
  • 265e4b76ab
    log messages < error is now output to stdout instead of stderr (#1312) Selwin Ong 2020-07-31 11:03:03 +0700
  • 5cee02d83f
    Use correct logger name for scheduler and lower level for heartbeat logs (#1311) Aaron Tainter 2020-07-30 21:01:58 -0700
  • 167ab96070 Slightly tweaked docs CSS Selwin Ong 2020-07-26 20:22:21 +0700
  • dff7a09a1d Fixed Github Pages build Selwin Ong 2020-07-26 17:52:12 +0700
  • f3c86c02c6 Bump version to 1.5.0 Selwin Ong 2020-07-26 17:49:09 +0700
  • a62b762200
    Update index.md (#1306) Zhicheng Cai 2020-07-26 05:09:44 -0500
  • 49b156ecc7
    Job retry feature. Docs WIP (#1299) Selwin Ong 2020-07-23 19:58:22 +0700
  • 8a0d9f91ff
    Fix incorrect worker timeout calculation in SimpleWorker.execute_job (#1304) David Murray 2020-07-23 08:50:32 -0400
  • 4e1eb97056
    Split kill_house() fix issues #1234 (#1300) wevsty 2020-07-13 20:31:14 +0800
  • 5d199df85d
    Fix scheduler on Python 3.8 (#1302) Selwin Ong 2020-07-13 08:36:08 +0700
  • 361db4aa83
    Add redis_server_version to worker/job/queue (#1286) Paul Spooren 2020-07-11 16:22:10 -1000
  • 3902962aac
    Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295) mbarkhau 2020-07-10 01:07:16 +0000
  • 2775185374
    CI: Only test redis-py 3.5.0 (#1294) Paul Spooren 2020-07-06 16:06:23 -1000
  • 8904757d7e
    Replace travis with GitHub action (#1290) Paul Spooren 2020-07-06 14:28:28 -1000
  • 8432a916bd
    setup: Set min Python version to 3.5 (#1291) Paul Spooren 2020-07-06 14:26:12 -1000
  • 0b55981631
    Improve requirements handling (#1287) Paul Spooren 2020-06-28 20:29:28 -1000