2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-12-25 23:32:17 +08:00

Commit Graph

  • ff0ac4f4e1 Update rdb package to record total processed/failed counters Ken Hibino 2021-12-16 06:28:51 -0800
  • d9d42805b8 Add ProcessedTotalKey and FailedTotalKey to base package Ken Hibino 2021-12-16 06:11:26 -0800
  • 43cb4ddf19
    Add queue metrics exporter Ken Hibino 2021-12-16 06:01:01 -0800
  • ef7f3caafa Update changelog Ken Hibino 2021-12-16 05:56:23 -0800
  • c8c5afdf75 Update package godoc for x/metrics Ken Hibino 2021-12-16 05:54:13 -0800
  • 93db532e86 Update tools/metrics_exporter to use prometheus/collectors package Ken Hibino 2021-12-15 19:55:31 -0800
  • a355838bc3 Export queue memory usage from QueueMetricsCollector Ken Hibino 2021-12-14 07:01:02 -0800
  • 68ca0a4aa8 Export queue latency metrics from QueueMetricsCollector Ken Hibino 2021-12-12 06:00:22 -0800
  • 358e34cc5a Rename to QueueMetricsCollector Ken Hibino 2021-12-12 05:50:25 -0800
  • 90254fbcb1 Export queue size metrics Ken Hibino 2021-12-04 05:45:00 -0800
  • f06ac6e305 Create x/metrics package Ken Hibino 2021-11-25 06:35:06 -0800
  • 57a866a006 Fix flag Ken Hibino 2021-11-23 06:05:48 -0800
  • 75ecaa892e Add more metrics Ken Hibino 2021-11-21 06:47:53 -0800
  • 242dcfcc4c Read queue info from redis Ken Hibino 2021-11-21 06:29:25 -0800
  • f04f7eea93 Add command-line flags Ken Hibino 2021-11-19 06:59:29 -0800
  • 27fe6554d6 Create metrics_exporter tool Ken Hibino 2021-11-19 06:42:16 -0800
  • ddfc6747a1 Fix typo in Server doc Francisco Miamoto 2021-12-13 15:39:42 -0300
  • 62ad76365e Fix typo in Server doc Francisco Miamoto 2021-12-13 15:39:42 -0300
  • 970cb7a606 v0.19.1 v0.19.1 Ken Hibino 2021-12-12 06:16:13 -0800
  • 157e97e72e Update changelog Ken Hibino 2021-12-11 06:44:01 -0800
  • 22e6c9d297 Delete "pending_since" under task-key when state changes to active Ken Hibino 2021-12-11 06:42:47 -0800
  • 99a6750656 Add Latency field to QueueInfo Ken Hibino 2021-12-11 06:27:44 -0800
  • e7c1c3ad6f Use clock in RDB Ken Hibino 2021-12-10 09:07:41 -0800
  • c9183374c5 Add internal timeutil package Ken Hibino 2021-12-10 06:47:16 -0800
  • 6e7106c8f2 Record time when task moved to pending state Ken Hibino 2021-12-09 06:37:18 -0800
  • a19b9d084d Update changelog Ken Hibino 2021-12-11 06:44:01 -0800
  • f32cf3d614 Delete "pending_since" under task-key when state changes to active Ken Hibino 2021-12-11 06:42:47 -0800
  • 5d8aa9b105 Add Latency field to QueueInfo Ken Hibino 2021-12-11 06:27:44 -0800
  • 718fa2b31c Use clock in RDB Ken Hibino 2021-12-10 09:07:41 -0800
  • 7cb9dcc060 Add internal timeutil package Ken Hibino 2021-12-10 06:47:16 -0800
  • a91266847d Record time when task moved to pending state Ken Hibino 2021-12-09 06:37:18 -0800
  • 9f2c321e98
    Add EnqueueContext method to Client Ken Hibino 2021-11-15 16:34:26 -0800
  • 165b6dfa14 Fix test build Ken Hibino 2021-11-13 19:37:50 -0800
  • 5289efd52b Update changelog Ken Hibino 2021-11-13 14:58:46 -0800
  • e937f82f9c Add EnqueueContext method to Client Ken Hibino 2021-11-13 14:57:18 -0800
  • e2b61c9056 Return error if Unique TTL is less than 1s Ken Hibino 2021-11-09 15:53:48 -0800
  • 216762e3ac Return error if Unique TTL is less than 1s Ken Hibino 2021-11-09 15:53:48 -0800
  • 531d1ef089 Fix godoc around errors returned from Inspector Ken Hibino 2021-11-09 15:43:04 -0800
  • 9aa057e8e4 Fix godoc around errors returned from Inspector Ken Hibino 2021-11-09 15:43:04 -0800
  • 413afc2ab6 v0.19.0 v0.19.0 Ken Hibino 2021-11-06 15:20:09 -0700
  • 6bb4818509 Update readme Ken Hibino 2021-11-06 06:38:36 -0700
  • f4ddac4dcc Introduce Task Results Ken Hibino 2021-11-05 16:52:54 -0700
  • 4638405cbd Fix flaky test Ken Hibino 2021-09-12 16:56:22 -0700
  • 9e2f88c00d Add TaskID option to allow user to specify task id Ken Hibino 2021-09-11 21:11:04 -0700
  • dbdd9c6d5f Update RDB Enqueue and Schedule methods to check for task ID conflict Ken Hibino 2021-09-10 16:47:00 -0700
  • 2261c7c9a0 Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -0700
  • 83cae4bb24 Update NewTask function to take Option as varargs Ken Hibino 2021-09-10 05:56:17 -0700
  • 34137b747c Update readme Ken Hibino 2021-11-06 06:38:36 -0700
  • 46d5e24e5e
    Introduce Task Results Ken Hibino 2021-11-05 16:52:54 -0700
  • 87880fb648 Minor fixes Ken Hibino 2021-11-05 16:36:11 -0700
  • 2106ac2dd1 (doc): Fix typos Ken Hibino 2021-11-05 16:30:56 -0700
  • df4bdda43f (internal/context): Fix test Ken Hibino 2021-11-04 20:35:30 -0700
  • beb998c61f (x/rate): Fix test build Ken Hibino 2021-11-04 20:10:49 -0700
  • cfda6cd62b Update changelog Ken Hibino 2021-11-01 06:23:57 -0700
  • 431e3d34f5 Rename resultTTL to retention Ken Hibino 2021-10-28 16:29:50 -0700
  • a3b25bca1d Add ResultWriter to Task Ken Hibino 2021-10-28 15:59:31 -0700
  • 87f2eaf3f6 Documentation fix Ken Hibino 2021-10-22 14:59:06 -0700
  • db311acf1f Update Changelog Ken Hibino 2021-10-22 14:35:01 -0700
  • dc473de3ed Update documents Ken Hibino 2021-10-22 14:29:49 -0700
  • d0cb51c914 (cli): Update task deleteall command to support completed tasks Ken Hibino 2021-09-29 06:26:26 -0700
  • 5d4f367a9a (cli): Update task ls command to support completed tasks Ken Hibino 2021-09-29 06:14:27 -0700
  • 8505ad4c87 (cli): Update queue inspect command to show completed task count Ken Hibino 2021-09-29 06:00:06 -0700
  • 9959c25ca8 WIP: (cli): Add completed to stats cmd ouptput Ken Hibino 2021-09-27 06:46:02 -0700
  • f13e512133 (cli): Remove migrate command Ken Hibino 2021-09-27 06:04:55 -0700
  • a79f2d9c7f (asynq): Add Completed field to QueueInfo struct Ken Hibino 2021-09-25 17:19:43 -0700
  • 0d5218329c (rdb): Add Completed field to Stats struct Ken Hibino 2021-09-25 17:15:09 -0700
  • 43c909624e (asynq): Update Inspector Ken Hibino 2021-09-24 14:50:24 -0700
  • 88457c7a35 (rdb): Update ListScheduled, ListRetry, ListArchived, and ListCompleted to return a list of TaskInfo Ken Hibino 2021-09-24 14:42:35 -0700
  • 45eb0e08c7 (rdb): Update ListPending and ListActive to return TaskInfo Ken Hibino 2021-09-24 13:54:37 -0700
  • e8f140539d Update GetTaskInfo to read the task's result field Ken Hibino 2021-09-24 13:27:31 -0700
  • 7c06994959 Add DeleteAllCompletedTasks to Inspector Ken Hibino 2021-09-24 05:34:17 -0700
  • b8b23e8b57 Add ListCompletedTasks to Inspector Ken Hibino 2021-09-23 17:02:21 -0700
  • f06404a9a8 Add ResultWriter type Ken Hibino 2021-09-20 15:10:28 -0700
  • b10504998a Update build workflow config Ken Hibino 2021-09-19 13:58:01 -0700
  • 902a34a308 Add janitor goroutine Ken Hibino 2021-09-19 06:26:37 -0700
  • 79c17b9ee9 Add RDB.DeleteExpiredCompletedTasks Ken Hibino 2021-09-17 21:37:58 -0700
  • 4c0bbe2998 Update processor to handle succeeded message with result_ttl set Ken Hibino 2021-09-16 14:20:06 -0700
  • a4e25cba75 Add RDB.MarkAsComplete method Ken Hibino 2021-09-15 16:52:34 -0700
  • 1b8ba80a95 Add CompletedKey and TaskStateCompleted to base package Ken Hibino 2021-09-15 05:53:46 -0700
  • 40960d6acf Add ResultTTL option Ken Hibino 2021-09-13 05:55:21 -0700
  • 61833b045f Add result_ttl and completed_at fields to TaskMessage Ken Hibino 2021-09-13 05:28:41 -0700
  • 3da651fd6d Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -0700
  • 82e71c6c3f Fix flaky test Ken Hibino 2021-09-12 16:56:22 -0700
  • 4fc4d1aaab Add TaskID option to allow user to specify task id Ken Hibino 2021-09-11 21:11:04 -0700
  • 6dc692afa4 Update RDB Enqueue and Schedule methods to check for task ID conflict Ken Hibino 2021-09-10 16:47:00 -0700
  • ee402a5c59 Change TaskMessage.ID type from uuid.UUID to string Ken Hibino 2021-09-10 06:29:37 -0700
  • f8ea74f876 Update NewTask function to take Option as varargs Ken Hibino 2021-09-10 05:56:17 -0700
  • 23c522dc9f
    Add asynq/x/rate package Ajat Prabha 2021-11-04 04:25:23 +0530
  • eb891cdbfd
    update arg name ajatprabha 2021-11-01 18:59:49 +0530
  • dde93bfc12
    add copyright comment ajatprabha 2021-11-01 18:56:34 +0530
  • 9ce81080b2
    fix lua script ajatprabha 2021-11-01 18:56:03 +0530
  • f7f6c93271
    separate out error test cases ajatprabha 2021-10-31 21:53:38 +0530
  • 4bbbdb30cf
    rename vars and update docs ajatprabha 2021-10-31 21:40:26 +0530
  • ee6529191f
    use public GetRetryCount func ajatprabha 2021-10-31 21:32:04 +0530
  • 910162f067
    rename file alias.go => context.go ajatprabha 2021-10-31 21:30:38 +0530
  • 34cc2d8081
    use sorted-set to release stale locks ajatprabha 2021-10-30 16:07:46 +0530
  • cb720fc10b
    add example ajatprabha 2021-10-27 18:59:36 +0530
  • e869722b70
    add counting semaphore to control concurrency across multiple asynq servers ajatprabha 2021-10-27 18:52:33 +0530
  • b18f27bad7
    ignore editor config ajatprabha 2021-10-27 17:06:13 +0530
  • 0d2c0f612b
    Add FUNDING.yml Ken Hibino 2021-10-03 09:25:35 -0700