2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-15 03:48:44 +08:00

Commit Graph

  • ebe482a65c Free uniqueness lock when task is deleted Ken Hibino 2021-06-06 06:35:36 -0700
  • 7f716abcf2 Free uniqueness lock when task is deleted Ken Hibino 2021-06-06 06:35:36 -0700
  • 4ecbc7064e Add TaskState type to base package Ken Hibino 2021-05-11 20:43:01 -0700
  • bb83551581 Fix build Ken Hibino 2021-05-10 21:19:57 -0700
  • 1981ac3279 Update RDB methods with new errors package Ken Hibino 2021-05-10 09:16:13 -0700
  • 9e056b7c96 Update RDB.Dequeue with new errors package Ken Hibino 2021-05-10 06:04:42 -0700
  • 793c0129a9 Minor fixes Ken Hibino 2021-05-09 19:20:54 -0700
  • e3455b633c Update RDB.EnqueueUnique and RDB.ScheduleUnique with specific errors Ken Hibino 2021-05-09 07:39:01 -0700
  • 8bec07ef51 Add errors.RedisCommandError type Ken Hibino 2021-05-09 07:15:09 -0700
  • c6a47f8797 Update RDB.CurrentStats and RDB.HistoricalStats with specific errors Ken Hibino 2021-05-09 07:05:10 -0700
  • c2592e758e Update RDB.RemoveQueue with specific error types Ken Hibino 2021-05-09 06:48:44 -0700
  • cfe0d673c9 Update rdb.List* methods with specific errors Ken Hibino 2021-05-08 11:45:30 -0700
  • 1c9bda3b2e Return QueueNotFoundError from DeleteAll* methods Ken Hibino 2021-05-07 16:48:36 -0700
  • 6b64feed38 Update RDB.RunAll* methods with task state Ken Hibino 2021-05-07 16:31:07 -0700
  • 8e16c426e8 Return QueueNotFoundError from ArchiveAll* methods Ken Hibino 2021-05-07 16:06:07 -0700
  • e861e534bc Update tests for RDB.DeleteTask and RDB.ArchiveTask Ken Hibino 2021-05-07 06:26:16 -0700
  • b42a29cb8d Update RDB.RunTask with more specific errors Ken Hibino 2021-05-05 16:31:07 -0700
  • 59a953eabe Update RDB.DeleteTask with task state Ken Hibino 2021-05-05 16:00:40 -0700
  • 2e7b6876b1 Update RDB.ArchiveAll methods with task state Ken Hibino 2021-05-03 20:07:00 -0700
  • df0c635448 Update RDB.ArchiveAllPendingTasks with task state Ken Hibino 2021-05-03 16:38:13 -0700
  • bf1e3c7505 Reorganize test for RDB.ArchiveTask Ken Hibino 2021-05-03 15:48:21 -0700
  • 31da4dd6eb Update errors package with detailed comments Ken Hibino 2021-05-02 06:58:54 -0700
  • 26a1a2f861 Update RDB.ArchiveTask with custom errors Ken Hibino 2021-05-02 06:47:32 -0700
  • c0c7031ae6 Create internal errors package Ken Hibino 2021-05-02 06:46:48 -0700
  • 8c402e104a Update rdb.ArchiveTask with more specific error types Ken Hibino 2021-05-01 16:13:40 -0700
  • aa2ddaf27d Rename error types Ken Hibino 2021-05-01 06:47:49 -0700
  • 88608e770b Add a list of canonical errors in base package Ken Hibino 2021-05-01 06:38:33 -0700
  • 29210e143c Update RDB.ArchiveTask with task state Ken Hibino 2021-04-28 21:24:42 -0700
  • 3e9fc2f972
    Update README Vic Shóstak 2021-04-28 20:25:34 +0300
  • 011669a3e8 Update RDB.RunTask with task state Ken Hibino 2021-04-28 07:27:35 -0700
  • 2dd69b7fb3
    Update README with a new gopher icon Vic Shóstak 2021-04-28 09:46:26 +0300
  • b8cd3e307d Update RDB.Requeue with task state Ken Hibino 2021-04-26 07:13:48 -0700
  • 568c77e497 Update RDB.Retry, RDB.Archive with task state Ken Hibino 2021-04-26 07:10:29 -0700
  • 305e979af5 Update RDB.Dequeue with task state Ken Hibino 2021-04-26 07:07:12 -0700
  • 2f9cd9c758 Update RDB.ForwardIfReady with task state Ken Hibino 2021-04-26 06:58:33 -0700
  • e4dd39d814 Update RDB.ScheduleUnique with task state Ken Hibino 2021-04-24 20:41:44 -0700
  • 2a1fbf6fa5 Update RDB.Schedule with task state Ken Hibino 2021-04-24 06:44:44 -0700
  • f7954c2683 Update RDB.EnqueueUnique with task state Ken Hibino 2021-04-19 06:28:58 -0700
  • a352ee2fa2 Update RDB.Enqueue with task state Ken Hibino 2021-04-18 07:19:19 -0700
  • 449766ba32 Fix ArchiveTask Ken Hibino 2021-04-05 20:57:24 -0700
  • 6dce3f156e WIP Ken Hibino 2021-04-04 14:53:12 -0700
  • 978c608124 Fix merge conflicts Ken Hibino 2021-04-04 14:09:14 -0700
  • 7ba05e6a78 Update WorkerInfo type Ken Hibino 2021-04-04 12:47:38 -0700
  • c02409c974 Update Inspector to return TaskInfo from list methods Ken Hibino 2021-04-02 07:01:06 -0700
  • 5c6068c78b Update RDB.ListScheduled, ListRetry, and ListArchived to return list of TaskInfo Ken Hibino 2021-04-01 16:55:57 -0700
  • f0c12cc6e3 Update RDB.ListPending and RDB.ListActive to return list of TaskInfo Ken Hibino 2021-04-01 16:11:56 -0700
  • 57fc8b86e2 Add GetTaskInfo method to Inspector Ken Hibino 2021-03-31 07:19:32 -0700
  • da823fb26a Remove task key related code Ken Hibino 2021-03-31 06:52:10 -0700
  • 3f0bc6d738 Add GetTaskInfo method to RDB Ken Hibino 2021-03-31 06:44:56 -0700
  • 56af9f6686 Run task by qname and id Ken Hibino 2021-03-28 06:58:54 -0700
  • 4bb67c582d WIP: Archive task by qname and id Ken Hibino 2021-03-26 11:47:07 -0700
  • 9bc80c6216 Allow task deletion by queue name and task ID Ken Hibino 2021-03-26 10:43:10 -0700
  • 6d35d46461 Fix build Ken Hibino 2021-03-25 06:32:35 -0700
  • e9636c7c19 WIP: Track task state under task key Ken Hibino 2021-03-23 16:39:15 -0700
  • 24e3d2e273 Change Client.Enqueue to return taskID Ken Hibino 2021-03-23 07:19:09 -0700
  • 12ed810cfc Define TaskInfo and TaskState Ken Hibino 2021-03-23 07:03:36 -0700
  • d9481bd524 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • fdae82762c Change payload to byte slice Ken Hibino 2021-03-20 13:42:13 -0700
  • 353fc44419 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • dd25028027 Change Server API Ken Hibino 2021-03-23 06:20:54 -0700
  • dc275c4612 Change payload to byte slice Ken Hibino 2021-03-20 13:42:13 -0700
  • a0b52806c9 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • 63ce9ed0f9
    Update README with a new logo Vic Shóstak 2021-04-14 20:21:47 +0300
  • 2369f747a7
    Update README.md Vic Shóstak 2021-04-14 19:18:38 +0300
  • 287d14ee9a
    Update README.md Vic Shóstak 2021-04-14 19:14:59 +0300
  • 69fac4c944
    Update README.md Vic Shóstak 2021-04-14 13:59:22 +0300
  • 96476c8e55
    Update README.md Vic Shóstak 2021-04-14 13:56:52 +0300
  • cb696d2fa4
    Update README.md Vic Shóstak 2021-04-14 13:52:46 +0300
  • 1ebdba5aec
    Update README.md Vic Shóstak 2021-04-14 13:51:32 +0300
  • 38bec36b1c
    Update README.md Vic Shóstak 2021-04-14 13:49:11 +0300
  • 7acb9058e9
    Update README.md Vic Shóstak 2021-04-14 13:42:21 +0300
  • 4312e4fca1
    Update README.md Vic Shóstak 2021-04-14 13:28:33 +0300
  • 32d3f329b9 v0.17.1 v0.17.1 Ken Hibino 2021-04-04 12:51:00 -0700
  • 544c301a8b Fix bug in RDB.memoryUsage Ken Hibino 2021-04-04 12:49:19 -0700
  • 8b997d2fab v0.17.0 v0.17.0 Ken Hibino 2021-03-24 16:51:59 -0700
  • 901105a8d7 Add dial, read, write timeout options to RedisConnOpt Ken Hibino 2021-03-24 16:44:33 -0700
  • 3cb2b54e78 Add dial, read, write timeout options to RedisConnOpt Ken Hibino 2021-03-24 16:44:33 -0700
  • 803242945d Update changelog Ken Hibino 2021-03-22 07:28:18 -0700
  • 55f7267e17 Update Scheduler API to match Server API Ken Hibino 2021-03-22 06:46:41 -0700
  • 056d787935 Rename terminate to shutdown internally Ken Hibino 2021-03-21 07:16:09 -0700
  • 105084d6fb Rename ServerStatus to ServerState internally Ken Hibino 2021-03-21 06:33:01 -0700
  • 5af86a0903 Change Server API Ken Hibino 2021-03-20 17:16:44 -0700
  • af6d9d3df7
    Change payload to byte slice Ken Hibino 2021-03-20 13:42:13 -0700
  • 6171a6400d Fix build Ken Hibino 2021-03-20 06:54:00 -0700
  • 4c53446c10 Update package doc and readme Ken Hibino 2021-03-18 21:43:10 -0700
  • b3b50d26a2 Update test to match the new API Ken Hibino 2021-03-17 09:07:43 -0700
  • 848a03dc16 Change task payload type to byte slice Ken Hibino 2021-03-17 06:41:40 -0700
  • f3c848f25f Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • e425cf0fb1 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • aaa3f1d4fd v0.16.1 v0.16.1 Ken Hibino 2021-03-20 06:27:03 -0700
  • 4722ca2d3d Replaced blocking KEYS XXX:* command to non-blocking SCAN XXX:* More details: https://redis.io/commands/KEYS disc 2021-03-20 11:56:17 +0200
  • ed582000ad Replaced blocking KEYS XXX:* command to non-blocking SCAN XXX:* More details: https://redis.io/commands/KEYS disc 2021-03-20 11:56:17 +0200
  • a396a2c43c Clean up asynqtest package Ken Hibino 2021-03-12 06:47:56 -0800
  • c4de2cfbe9
    Serialize structs in protobuf Ken Hibino 2021-03-11 19:07:58 -0800
  • d95f487bef Simplify ListWorkers implementation Ken Hibino 2021-03-11 06:41:18 -0800
  • ea456741b6 fix build Ken Hibino 2021-03-11 06:33:47 -0800
  • 3c7327e182 Add nil check for message encoding helpers Ken Hibino 2021-03-09 07:08:27 -0800
  • e136e26b7e Add comments to proto definitions Ken Hibino 2021-03-09 06:39:01 -0800
  • 499d35c0fc Store SchedulerEntry and SchedulerEnqueueEvent in protobuf format Ken Hibino 2021-03-04 07:04:40 -0800
  • 2dc100bc43 Store ServerState in protobuf format Ken Hibino 2021-03-03 08:53:27 -0800