2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-13 04:46:39 +08:00

Commit Graph

  • b1e13893ff
    [RFC] Adds Ping() to client/scheduler/server (#585) Patrick Barnum 2024-10-18 23:44:06 -0700
  • 0dc670d7d8
    Archived tasks that are trimmed from the set are deleted (#743) Harrison Miller 2024-10-19 01:18:09 -0500
  • 461d922616
    docs: apply recommendaded updates develop Mohammed Sohail 2024-10-19 09:05:17 +0300
  • 5daa3c52ed
    Merge remote-tracking branch 'jerbob92-fork/feature/implement-reusing-redis-client' into develop Mohammed Sohail 2024-10-19 08:58:39 +0300
  • f4d037f5f7 perf: Reuse rand for shuffling queues Emanuel Bennici 2024-09-12 16:39:51 +0200
  • e0ab52e38a
    Call LREM with count=-1 on the active queue item Pior Bastida 2024-10-14 15:46:13 +0200
  • c642c98b2f
    add worker name configuration Benny 2024-10-14 21:59:05 +0200
  • 52a175e604
    use block BRPopLPush Benny 2024-10-08 21:09:25 +0200
  • e8d57e0986
    Merge branch 'enqueue-sadd-cache-optimize' into courier Pior Bastida 2024-10-08 13:25:34 +0200
  • 9710da9d02
    Add task enqueue command to cli Marcus Boorstin 2024-09-26 23:50:56 -0400
  • 458619d9f0
    Fix memory leaks caused by time.After biningo 2024-09-04 10:52:14 +0800
  • 2aed599b45
    Merge 8bf9204a82 into d04888e748 dependabot[bot] 2024-07-10 19:28:30 +0800
  • 8164443199 nothing, merge origin master 蛮三 2024-07-10 11:49:22 +0800
  • 62ec8ca4dd waht tifjaoiwe 蛮三 2024-07-10 11:48:27 +0800
  • c0c6b9762a feature: configurable janitor interval and deletion batch size (#715) Tedja 2024-05-06 13:11:52 +0700
  • 763a76ae47 feature: configurable janitor interval and deletion batch size (#715) 蛮三 2024-07-10 14:18:53 +0800
  • 3cc532aa31 feat(*): correct panic error (#758) Trịnh Đức Bảo Linh(Kevin) 2024-05-06 12:46:19 +0700
  • 56462d5fea Fix for issue 510 lamhieo02 2024-07-02 09:18:58 +0700
  • ca19ecfcef chore: migration from hibino helloshaohua 2024-06-21 10:30:28 +0800
  • 9ac6b4bd00
    Merge cac7636bbc into d04888e748 三米前有蕉皮 2024-06-12 20:54:01 +0000
  • 070cdae1cb feat: add MinIdleConns to RedisClientOpt struct Sigit Prabowo 2024-06-10 07:43:37 +0000
  • 0dfd09af8b
    Merge 3b46717850 into d04888e748 Amirala Barjasteh 2024-05-23 11:23:53 +0800
  • e763376980
    Merge 86c772f6c1 into d04888e748 kanzihuang 2024-05-22 08:26:04 +0000
  • 86c772f6c1 fix: stop active tasks before server shutdown kanzihuang 2024-05-01 23:34:03 +0800
  • dcfbc6be50
    Merge 519985f195 into d04888e748 nyako 2024-05-18 20:55:10 -0700
  • cd5c4f2b90 changed ZRANGEBYSCORE to ZRANGE with BYSCORE option. Harrison Miller 2024-05-18 18:35:28 -0500
  • fb0a7b38ef Merge commit '783071c47f02903cc9212655bcc49ac4a828825e' liujinsuo 2024-05-11 10:20:48 +0800
  • 54e30dcb28
    Merge 6150647ab0 into d04888e748 dependabot[bot] 2024-05-10 10:39:59 +0200
  • 3358be4b9d feat: revoke the task to modify task parameters and enqueue new task with the same task id wanli 2024-05-07 08:38:45 +0800
  • 100bb89877 test: stop active tasks before server shutdown kanzihuang 2024-05-01 23:23:42 +0800
  • 4cdeba45a0
    Merge 56bf84cb4a into d04888e748 kanzihuang 2024-05-06 12:04:48 +0000
  • 56bf84cb4a feat: concurrency control queue kanzihuang 2024-03-16 21:15:48 +0800
  • 92973d6add
    feat(*): update CHANGELOG.md file (#708) sohail/changelog/v0.25.0 Trịnh Đức Bảo Linh(Kevin) 2024-05-06 13:12:42 +0700
  • d04888e748
    feature: configurable janitor interval and deletion batch size (#715) Tedja 2024-05-06 13:11:52 +0700
  • 174008843d
    feat(*): correct panic error (#758) Trịnh Đức Bảo Linh(Kevin) 2024-05-06 12:46:19 +0700
  • 943f85ba25
    Merge 3f20d57c57 into 2b632b93d5 mindon 2024-05-03 15:27:19 +0800
  • bbd9a4fea8
    :Merge branch 'hibiken:master' into master Trịnh Đức Bảo Linh(Kevin) 2024-05-02 10:46:07 +0700
  • 4cee58ec0a
    correct msg panic error linhbkhn95 2023-10-08 09:44:22 +0700
  • f6b0de5c06
    Merge branch 'hibiken:master' into master Trịnh Đức Bảo Linh(Kevin) 2024-05-02 10:46:07 +0700
  • 7e62f8a506 fix: run on Windows kanzihuang 2024-05-01 10:34:16 +0800
  • 3202848295 fix: possible inconsistent scores between ProcessIn and ProcessAt wanli 2024-03-21 08:34:19 +0800
  • 8f93c46c62 test: improve testing coverage wanli 2024-03-21 16:10:51 +0800
  • d02ae4d602 fix: mismatch score found at TestClientEnqueueWithGroupOption wanli 2024-03-21 08:34:19 +0800
  • f4b0a9032a feat: stop active tasks when server shutdown kanzihuang 2024-03-17 21:45:35 +0800
  • d74ce1ee92 feat: queue concurrency control kanzihuang 2024-03-16 21:15:48 +0800
  • 7c61576503 fix: run all tests on windows kanzihuang 2024-03-16 13:45:44 +0800
  • 8c63df82cc waht tifjaoiwe 蛮三 2024-04-29 16:57:54 +0800
  • 78944a42d7 fifjreoi 蛮三 2024-04-29 16:37:55 +0800
  • 2413086f68 fifjreoi 蛮三 2024-04-29 16:37:08 +0800
  • 0ca2093d6a fuck 蛮三 2024-04-29 16:36:02 +0800
  • 0b49ba56ef fuck 蛮三 2024-04-29 16:35:43 +0800
  • 16c439703d fuck 蛮三 2024-04-29 16:32:02 +0800
  • 2be092891b shit 蛮三 2024-04-29 16:22:05 +0800
  • e1c3de59ab hahha 蛮三 2024-04-29 16:10:59 +0800
  • ba40c553bf add maxMemoryUsage args into interface 蛮三 2024-04-29 16:01:49 +0800
  • 7f2f4e3794 add max memory usage per group 蛮三 2024-04-29 15:24:13 +0800
  • 61d581648d
    Add jitter on the processor fetch backoff sleep Pior Bastida 2024-04-15 18:17:08 +0200
  • 08aafdf66d chore: run go fmt ./... Ahmed Radwan 2024-04-24 16:47:30 +0200
  • cd5f3b0daf chore: remove deprecated protobuf package Ahmed Radwan 2024-04-24 16:45:07 +0200
  • 2b632b93d5
    chore: fix function names in comment (pull request #860 from camcui/master) Mohamed Sohail 天命 2024-04-23 00:56:52 +0800
  • 1e13014380 feat: add finished handler to server hungtcs 2024-04-19 09:30:02 +0800
  • 43b8c2a2b1
    Checks for scheduler state closed Patrick Barnum 2024-04-12 22:39:45 -0700
  • 2615023b46
    Merge branch 'hibiken:master' into rfc/expose_ping Patrick Barnum 2024-04-12 22:20:07 -0700
  • b35b559d40 chore: fix function names in comment camcui 2024-04-12 13:54:08 +0800
  • 7b3373e532
    Reduce fetcher sleep from 1s to 100ms Pior Bastida 2024-04-10 18:19:21 +0200
  • 16f59ebf6e
    Bump golang.org/x/sys from 0.16.0 to 0.19.0 dependabot[bot] 2024-04-08 23:34:18 +0000
  • 8df0bfa583
    Merge pull request #843 from mrusme/fix-bsd Mohamed Sohail 2024-03-15 13:32:19 +0800
  • b25d10b61d
    Fixed go:build for BSD mrusme 2024-03-14 20:26:33 +0500
  • 8ff5e2d207
    Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /x dependabot[bot] 2024-03-13 23:15:14 +0000
  • 347c021ee3
    Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools dependabot[bot] 2024-03-13 22:57:03 +0000
  • d4d08772af
    Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 dependabot[bot] 2024-03-11 23:47:47 +0000
  • 3b46717850 feat: add metadata task Amirala Barjasteh 2024-03-10 17:03:28 +0330
  • 4dbb48e4b9
    Bump golang.org/x/sys from 0.16.0 to 0.18.0 dependabot[bot] 2024-03-04 23:31:48 +0000
  • 6150647ab0
    Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.7.4 in /tools dependabot/go_modules/tools/github.com/gdamore/tcell/v2-2.7.4 dependabot[bot] 2024-03-04 23:15:26 +0000
  • 013ca066ac Add JanitorInterval config parameter in server Louis Gandelin 2024-03-01 09:39:26 +0100
  • 3f901f261f
    Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.5.1 in /x dependabot[bot] 2024-02-26 23:56:16 +0000
  • db1c3756f4
    Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1 dependabot[bot] 2024-02-26 23:40:02 +0000
  • 38f7499b71
    fix(typo): delete-all to deleteall (#827) crazyoptimist 2024-02-23 00:17:12 -0600
  • c1a444b9ba
    docs: update tools/asynq/README.md Mohamed Sohail 2024-02-23 09:16:20 +0300
  • 6ca56d7875
    typo: delete-all to deleteall crazyoptimist 2024-02-22 16:11:28 -0600
  • 3f20d57c57
    Merge branch 'hibiken:master' into master mindon 2024-02-20 14:34:53 +0800
  • 9fa62aeba2
    Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.5.0 in /x dependabot[bot] 2024-02-19 23:59:43 +0000
  • 54d88ddde2
    Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 dependabot[bot] 2024-02-19 23:31:13 +0000
  • 7275fa3690
    Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.7.1 in /tools dependabot[bot] 2024-02-19 23:22:36 +0000
  • 2ecb5ab2f0
    Bump golang.org/x/sys from 0.16.0 to 0.17.0 dependabot[bot] 2024-02-12 23:35:54 +0000
  • 8bf9204a82
    Bump github.com/google/uuid from 1.4.0 to 1.6.0 in /x dependabot/go_modules/x/github.com/google/uuid-1.6.0 dependabot[bot] 2024-01-29 23:51:38 +0000
  • 7bde3411ca
    Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.4.0 in /x dependabot[bot] 2024-01-29 23:51:32 +0000
  • 49061c593f
    Bump github.com/spf13/viper from 1.7.0 to 1.18.2 in /tools dependabot[bot] 2024-01-29 23:35:59 +0000
  • 51b92b0203
    Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.7.0 in /tools dependabot[bot] 2024-01-29 23:35:14 +0000
  • 56a1785d2f
    Bump github.com/spf13/cast from 1.5.1 to 1.6.0 dependabot[bot] 2024-01-29 23:04:09 +0000
  • b2eae112ff
    Bump golang.org/x/time from 0.3.0 to 0.5.0 dependabot[bot] 2024-01-29 23:04:06 +0000
  • 13c35c8bc3
    Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 dependabot[bot] 2024-01-29 23:04:03 +0000
  • 4c5202ee13
    docs (CHANGELOG): IsPanicError function (closes #708) Mohammed Sohail 2024-01-29 11:33:46 +0300
  • 0a73fc6201
    Bump go.uber.org/goleak from 1.1.12 to 1.3.0 (#770) dependabot[bot] 2024-01-29 10:37:18 +0300
  • 495338506f
    Bump go.uber.org/goleak from 1.1.12 to 1.3.0 dependabot[bot] 2024-01-29 07:36:55 +0000
  • 1a11a33b4f
    Bump github.com/google/uuid from 1.3.0 to 1.6.0 (#810) dependabot[bot] 2024-01-29 10:35:55 +0300
  • b7c4a19021
    Bump github.com/google/uuid from 1.3.0 to 1.6.0 dependabot[bot] 2024-01-29 07:34:26 +0000
  • f0888df813
    Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#767) dependabot[bot] 2024-01-29 10:33:57 +0300
  • c2dd648a51
    Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.4.0 (#809) dependabot[bot] 2024-01-29 10:33:16 +0300
  • 8fa8219f0e
    Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 dependabot[bot] 2024-01-29 06:54:00 +0000