2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 16:50:18 +08:00

Commit Graph

  • 87f2eaf3f6 Documentation fix Ken Hibino 2021-10-22 14:59:06 -07:00
  • db311acf1f Update Changelog Ken Hibino 2021-10-22 14:35:01 -07:00
  • dc473de3ed Update documents Ken Hibino 2021-10-22 14:29:49 -07:00
  • d0cb51c914 (cli): Update task deleteall command to support completed tasks Ken Hibino 2021-09-29 06:26:26 -07:00
  • 5d4f367a9a (cli): Update task ls command to support completed tasks Ken Hibino 2021-09-29 06:14:27 -07:00
  • 8505ad4c87 (cli): Update queue inspect command to show completed task count Ken Hibino 2021-09-29 06:00:06 -07:00
  • 9959c25ca8 WIP: (cli): Add completed to stats cmd ouptput Ken Hibino 2021-09-27 06:46:02 -07:00
  • f13e512133 (cli): Remove migrate command Ken Hibino 2021-09-27 06:04:55 -07:00
  • a79f2d9c7f (asynq): Add Completed field to QueueInfo struct Ken Hibino 2021-09-25 17:19:43 -07:00
  • 0d5218329c (rdb): Add Completed field to Stats struct Ken Hibino 2021-09-25 17:15:09 -07:00
  • 43c909624e (asynq): Update Inspector Ken Hibino 2021-09-24 14:50:24 -07:00
  • 88457c7a35 (rdb): Update ListScheduled, ListRetry, ListArchived, and ListCompleted to return a list of TaskInfo Ken Hibino 2021-09-24 14:42:35 -07:00
  • 45eb0e08c7 (rdb): Update ListPending and ListActive to return TaskInfo Ken Hibino 2021-09-24 13:54:37 -07:00
  • e8f140539d Update GetTaskInfo to read the task's result field Ken Hibino 2021-09-24 13:27:31 -07:00
  • 7c06994959 Add DeleteAllCompletedTasks to Inspector Ken Hibino 2021-09-24 05:34:17 -07:00
  • b8b23e8b57 Add ListCompletedTasks to Inspector Ken Hibino 2021-09-23 17:02:21 -07:00
  • f06404a9a8 Add ResultWriter type Ken Hibino 2021-09-20 15:10:28 -07:00
  • b10504998a Update build workflow config Ken Hibino 2021-09-19 13:58:01 -07:00
  • 902a34a308 Add janitor goroutine Ken Hibino 2021-09-19 06:26:37 -07:00
  • 79c17b9ee9 Add RDB.DeleteExpiredCompletedTasks Ken Hibino 2021-09-17 21:37:58 -07:00
  • 4c0bbe2998 Update processor to handle succeeded message with result_ttl set Ken Hibino 2021-09-16 14:20:06 -07:00
  • a4e25cba75 Add RDB.MarkAsComplete method Ken Hibino 2021-09-15 16:52:34 -07:00
  • 1b8ba80a95 Add CompletedKey and TaskStateCompleted to base package Ken Hibino 2021-09-15 05:53:46 -07:00
  • 40960d6acf Add ResultTTL option Ken Hibino 2021-09-13 05:55:21 -07:00
  • 61833b045f Add result_ttl and completed_at fields to TaskMessage Ken Hibino 2021-09-13 05:28:41 -07:00
  • 3da651fd6d Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -07:00
  • 82e71c6c3f Fix flaky test Ken Hibino 2021-09-12 16:56:22 -07:00
  • 4fc4d1aaab Add TaskID option to allow user to specify task id Ken Hibino 2021-09-11 21:11:04 -07:00
  • 6dc692afa4 Update RDB Enqueue and Schedule methods to check for task ID conflict Ken Hibino 2021-09-10 16:47:00 -07:00
  • ee402a5c59 Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -07:00
  • f8ea74f876 Update NewTask function to take Option as varargs Ken Hibino 2021-09-10 05:56:17 -07:00
  • 23c522dc9f
    Add asynq/x/rate package Ajat Prabha 2021-11-04 04:25:23 +05:30
  • eb891cdbfd
    update arg name ajatprabha 2021-11-01 18:59:49 +05:30
  • dde93bfc12
    add copyright comment ajatprabha 2021-11-01 18:56:34 +05:30
  • 9ce81080b2
    fix lua script ajatprabha 2021-11-01 18:56:03 +05:30
  • f7f6c93271
    separate out error test cases ajatprabha 2021-10-31 21:53:38 +05:30
  • 4bbbdb30cf
    rename vars and update docs ajatprabha 2021-10-31 21:40:26 +05:30
  • ee6529191f
    use public GetRetryCount func ajatprabha 2021-10-31 21:32:04 +05:30
  • 910162f067
    rename file alias.go => context.go ajatprabha 2021-10-31 21:30:38 +05:30
  • 34cc2d8081
    use sorted-set to release stale locks ajatprabha 2021-10-30 16:07:46 +05:30
  • cb720fc10b
    add example ajatprabha 2021-10-27 18:59:36 +05:30
  • e869722b70
    add counting semaphore to control concurrency across multiple asynq servers ajatprabha 2021-10-27 18:52:33 +05:30
  • b18f27bad7
    ignore editor config ajatprabha 2021-10-27 17:06:13 +05:30
  • 0d2c0f612b
    Add FUNDING.yml Ken Hibino 2021-10-03 09:25:35 -07:00
  • d612a8a9e4 v0.18.6 v0.18.6 Ken Hibino 2021-10-03 05:55:49 -07:00
  • e3be5d92d6 (tools): Use released version of asynq package in tools Ken Hibino 2021-09-30 07:05:29 -07:00
  • 4d8fd59409 Add TaskID option to allow user to specify task id Ken Hibino 2021-09-11 21:11:04 -07:00
  • ce15e05df5 Update RDB Enqueue and Schedule methods to check for task ID conflict Ken Hibino 2021-09-10 16:47:00 -07:00
  • b7b7b3f777 Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -07:00
  • a0c95cb58d
    Update NewTask function to take Option as varargs Ken Hibino 2021-09-10 05:56:17 -07:00
  • 312a37461f Update NewTask function to take Option as varargs Ken Hibino 2021-09-09 16:39:52 -07:00
  • b3ef9e91a9
    Upgrade go-redis/redis to version 8 Jason White 2021-09-02 08:56:02 -04:00
  • 4488a5d8ca merge from master strobus 2021-09-01 23:40:23 -04:00
  • 05534c6f24 v0.18.5 v0.18.5 Ken Hibino 2021-09-01 06:02:49 -07:00
  • f0db219f6a
    Add IsFailure to Config Ken Hibino 2021-09-01 06:00:54 -07:00
  • ee30628c9e Add IsFailure to Config Ken Hibino 2021-08-30 06:20:15 -07:00
  • 3ae0e7f528
    Fix readme Mehran Poursadeghi 2021-08-28 02:17:03 +04:30
  • c6da5ce151
    Update README.md Mehran Poursadeghi 2021-08-27 18:51:33 +04:30
  • e3775510fc
    Update README.md Mehran Poursadeghi 2021-08-27 15:02:31 +04:30
  • 39a9689336 rename ctx2 to ctx strobus 2021-08-26 19:23:13 -04:00
  • 626e626058 use new context at call point instead of global context variable strobus 2021-08-19 15:29:35 -04:00
  • 421dc584ff v0.18.4 v0.18.4 Ken Hibino 2021-08-17 17:12:33 -07:00
  • cfd1a1dfe8 Make scheduler methods thread-safe Ken Hibino 2021-08-16 20:22:43 -07:00
  • f135b6c4c8 Make scheduler methods thread-safe Ken Hibino 2021-08-16 20:22:43 -07:00
  • c197902dc0 v0.18.3 v0.18.3 Ken Hibino 2021-08-09 08:59:35 -07:00
  • e6355bf3f5 Use approximate memory usage for QueueInfo Ken Hibino 2021-08-09 06:09:10 -07:00
  • 3306d2448c Use approximate memory usage for QueueInfo Ken Hibino 2021-08-09 06:09:10 -07:00
  • 0f32aca3fc upgrade go-redis/redis to v8 strobus 2021-08-08 15:38:08 -04:00
  • 3433315884 Revert "upgrade go-redis/redis to version 8" strobus 2021-08-08 15:09:36 -04:00
  • c2552b2954 Revert "added loglevel flag back; inadvertently deleted" strobus 2021-08-08 15:04:13 -04:00
  • 95c90a5cb8 Add changelog entry, add additional test case Luqqk 2021-08-03 00:11:49 +02:00
  • 6817af366a Adjust error message, use TrimSpace for more robust empty typename check Luqqk 2021-08-02 01:23:58 +02:00
  • 4bce28d677 client.Enqueue - prevent empty task's typename Luqqk 2021-08-01 16:24:45 +02:00
  • 2eb060dea6 Add changelog entry, add additional test case Luqqk 2021-08-03 00:11:49 +02:00
  • 08bda9c70b Adjust error message, use TrimSpace for more robust empty typename check Luqqk 2021-08-02 01:23:58 +02:00
  • 2d891fb97f client.Enqueue - prevent empty task's typename Luqqk 2021-08-01 16:24:45 +02:00
  • 73f930313c Fixes links Pedro Henrique 2021-07-29 11:20:51 -03:00
  • dfcf8d0c27
    Fixes links Pedro Henrique 2021-07-29 11:20:51 -03:00
  • 78e23f1867 added loglevel flag back; inadvertently deleted strobus 2021-07-20 09:22:12 -04:00
  • afd3506be8 upgrade go-redis/redis to version 8 strobus 2021-07-20 08:58:53 -04:00
  • bff2a05d59 Fix examples in readme Ken Hibino 2021-07-18 09:24:57 -07:00
  • 962b725f59 Fix examples in readme Ken Hibino 2021-07-18 09:24:57 -07:00
  • 684a7e0c98 v0.18.2 v0.18.2 Ken Hibino 2021-07-15 06:56:53 -07:00
  • 46b23d6495 Allow upper case characters in queue name Ken Hibino 2021-07-15 06:12:13 -07:00
  • a9fee85329 Allow upper case characters in queue name Ken Hibino 2021-07-15 06:12:13 -07:00
  • c0ae62499f v0.18.1 v0.18.1 Ken Hibino 2021-07-04 06:39:54 -07:00
  • 7744ade362 Update changelog Ken Hibino 2021-07-04 06:24:44 -07:00
  • f532c95394 Update recoverer to recover tasks on server startup Ken Hibino 2021-07-04 06:21:56 -07:00
  • ff6768f9bb Fix recoverer to run task recovering logic every minute Ken Hibino 2021-07-04 06:20:36 -07:00
  • 4d7a9d5cad Update changelog Ken Hibino 2021-07-04 06:24:44 -07:00
  • 904bb45329 Update recoverer to recover tasks on server startup Ken Hibino 2021-07-04 06:21:56 -07:00
  • ec2a6d1489 Fix recoverer to run task recovering logic every minute Ken Hibino 2021-07-04 06:20:36 -07:00
  • d5e9f3b1bd Update readme Ken Hibino 2021-06-30 06:26:14 -07:00
  • d02b722d8a v0.18.0 v0.18.0 Ken Hibino 2021-06-29 16:36:52 -07:00
  • 99c7ebeef2 Add migration command in CLI Ken Hibino 2021-06-25 06:37:58 -07:00
  • bf54621196 Update example code in README Ken Hibino 2021-06-23 05:37:35 -07:00
  • 27baf6de0d Fix error in readme Ken Hibino 2021-06-14 12:31:09 -07:00
  • 1bd0bee1e5 Fix CLI build Ken Hibino 2021-06-14 12:20:44 -07:00
  • a9feec5967 Change TaskInfo to use public fields instead of methods Ken Hibino 2021-06-14 07:31:39 -07:00
  • e01c6379c8 Fix lua script for redis-cluster mode Ken Hibino 2021-06-13 15:03:46 -07:00