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

Commit Graph

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