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

Commit Graph

  • 904bb45329 Update recoverer to recover tasks on server startup Ken Hibino 2021-07-04 06:21:56 -0700
  • ec2a6d1489 Fix recoverer to run task recovering logic every minute Ken Hibino 2021-07-04 06:20:36 -0700
  • d5e9f3b1bd Update readme Ken Hibino 2021-06-30 06:26:14 -0700
  • d02b722d8a v0.18.0 v0.18.0 Ken Hibino 2021-06-29 16:36:52 -0700
  • 99c7ebeef2 Add migration command in CLI Ken Hibino 2021-06-25 06:37:58 -0700
  • bf54621196 Update example code in README Ken Hibino 2021-06-23 05:37:35 -0700
  • 27baf6de0d Fix error in readme Ken Hibino 2021-06-14 12:31:09 -0700
  • 1bd0bee1e5 Fix CLI build Ken Hibino 2021-06-14 12:20:44 -0700
  • a9feec5967 Change TaskInfo to use public fields instead of methods Ken Hibino 2021-06-14 07:31:39 -0700
  • e01c6379c8 Fix lua script for redis-cluster mode Ken Hibino 2021-06-13 15:03:46 -0700
  • a0df047f71 Use md5 to generate checksum for unique key Ken Hibino 2021-06-09 06:46:21 -0700
  • 68dd6d9a9d (fix): Clear unique lock when task is deleted via Inspector Ken Hibino 2021-06-09 06:06:43 -0700
  • 6cce31a134 Fix recoverer test Ken Hibino 2021-06-03 06:58:07 -0700
  • f9d7af3def Update ProcessorRetry test Ken Hibino 2021-06-03 06:33:21 -0700
  • b0321fb465 Format payload bytes in CLI output Ken Hibino 2021-06-02 06:37:46 -0700
  • 7776c7ae53 Rename cli subcommand to not to use dash Ken Hibino 2021-05-24 16:14:36 -0700
  • 709ca79a2b Add task inspect command Ken Hibino 2021-05-24 16:14:20 -0700
  • 08d8f0b37c Add String method to TaskState Ken Hibino 2021-05-24 16:11:02 -0700
  • 385323b679 Minor fix in queue command Ken Hibino 2021-05-23 20:46:22 -0700
  • 77604af265 Fix asynq CLI build Ken Hibino 2021-05-23 11:19:29 -0700
  • 4765742e8a Add Inspector.GetTaskInfo Ken Hibino 2021-05-22 18:30:44 -0700
  • 68839dc9d3 Fix lua scripts for redis cluster Ken Hibino 2021-05-22 17:46:23 -0700
  • 8922d2423a Define RDB.GetTaskInfo Ken Hibino 2021-05-22 13:03:12 -0700
  • b358de907e Rename Inspector.CurrentStats to GetQueueInfo Ken Hibino 2021-05-22 12:13:19 -0700
  • 8ee1825e67 Rename Inspector.CancelActiveTask to CancelProcessing Ken Hibino 2021-05-20 16:59:43 -0700
  • c8bda26bed Make NodeCluster fields read-only Ken Hibino 2021-05-19 16:48:38 -0700
  • 8aeeb61c9d Misc cleanup Ken Hibino 2021-05-19 16:39:02 -0700
  • 96c51fdc23 Update WorkerInfo and remove unnecessary types Ken Hibino 2021-05-19 16:23:38 -0700
  • ea9086fd8b Update Inspector.List*Task methods to return ErrQueueNotFound Ken Hibino 2021-05-19 05:59:30 -0700
  • e63d51da0c Update Inspector.ListArchivedTasks Ken Hibino 2021-05-18 21:06:53 -0700
  • cd351d49b9 Add LastFailedAt to TaskInfo Ken Hibino 2021-05-18 21:03:04 -0700
  • 87264b66f3 Record last_failed_at time on Retry or Archive event Ken Hibino 2021-05-18 21:00:53 -0700
  • 62168b8d0d Add LastFailedAt field to TaskMessage Ken Hibino 2021-05-18 20:50:00 -0700
  • 840f7245b1 Update List methods (expect for ListArchived) Ken Hibino 2021-05-18 19:13:52 -0700
  • 12f4c7cf6e Move inspeq package content to asynq package Ken Hibino 2021-05-18 18:45:15 -0700
  • 0ec3b55e6b Replace ArchiveTaskByKey with ArchiveTask in Inspector Ken Hibino 2021-05-18 16:27:16 -0700
  • 4bcc5ab6aa Replace DeleteTaskByKey with DeleteTask in Inspector Ken Hibino 2021-05-17 16:37:30 -0700
  • 456edb6b71 Replace RunTaskByKey with RunTask in Inspector Ken Hibino 2021-05-16 07:32:47 -0700
  • b835090ad8 Update Client.Enqueue to return TaskInfo Ken Hibino 2021-05-15 06:43:18 -0700
  • 09cbea66f6 Define TaskInfo type Ken Hibino 2021-05-13 19:41:17 -0700
  • b9c2572203 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • 0bf767cf21 Add TaskState type to base package Ken Hibino 2021-05-11 20:43:01 -0700
  • 1812d05d21 Fix build Ken Hibino 2021-05-10 21:19:57 -0700
  • 4af65d5fa5 Update RDB methods with new errors package Ken Hibino 2021-05-10 09:16:13 -0700
  • a19ad19382 Update RDB.Dequeue with new errors package Ken Hibino 2021-05-10 06:04:42 -0700
  • 8117ce8972 Minor fixes Ken Hibino 2021-05-09 19:20:54 -0700
  • d98ecdebb4 Update RDB.EnqueueUnique and RDB.ScheduleUnique with specific errors Ken Hibino 2021-05-09 07:39:01 -0700
  • ffe9aa74b3 Add errors.RedisCommandError type Ken Hibino 2021-05-09 07:15:09 -0700
  • d2d4029aba Update RDB.CurrentStats and RDB.HistoricalStats with specific errors Ken Hibino 2021-05-09 07:05:10 -0700
  • 76bd865ebc Update RDB.RemoveQueue with specific error types Ken Hibino 2021-05-09 06:48:44 -0700
  • 136d1c9ea9 Update rdb.List* methods with specific errors Ken Hibino 2021-05-08 11:45:30 -0700
  • 52e04355d3 Return QueueNotFoundError from DeleteAll* methods Ken Hibino 2021-05-07 16:48:36 -0700
  • cde3e57c6c Update RDB.RunAll* methods with task state Ken Hibino 2021-05-07 16:31:07 -0700
  • dd66acef1b Return QueueNotFoundError from ArchiveAll* methods Ken Hibino 2021-05-07 16:06:07 -0700
  • 30a3d9641a Update tests for RDB.DeleteTask and RDB.ArchiveTask Ken Hibino 2021-05-07 06:26:16 -0700
  • 961582cba6 Update RDB.RunTask with more specific errors Ken Hibino 2021-05-05 16:31:07 -0700
  • 430dbb298e Update RDB.DeleteTask with task state Ken Hibino 2021-05-05 16:00:40 -0700
  • 675826be5f Update RDB.ArchiveAll methods with task state Ken Hibino 2021-05-03 20:07:00 -0700
  • 62f4e46b73 Update RDB.ArchiveAllPendingTasks with task state Ken Hibino 2021-05-03 16:38:13 -0700
  • a500f8a534 Reorganize test for RDB.ArchiveTask Ken Hibino 2021-05-03 15:48:21 -0700
  • bcfeff38ed Update errors package with detailed comments Ken Hibino 2021-05-02 06:58:54 -0700
  • 12a90f6a8d Update RDB.ArchiveTask with custom errors Ken Hibino 2021-05-02 06:47:32 -0700
  • 807624e7dd Create internal errors package Ken Hibino 2021-05-02 06:46:48 -0700
  • 4d65024bd7 Update rdb.ArchiveTask with more specific error types Ken Hibino 2021-05-01 16:13:40 -0700
  • 76486b5cb4 Rename error types Ken Hibino 2021-05-01 06:47:49 -0700
  • 1db516c53c Add a list of canonical errors in base package Ken Hibino 2021-05-01 06:38:33 -0700
  • cb5bdf245c Update RDB.ArchiveTask with task state Ken Hibino 2021-04-28 21:24:42 -0700
  • 267493ccef Update RDB.RunTask with task state Ken Hibino 2021-04-28 07:27:35 -0700
  • 5d7f1b6a80 Update RDB.Requeue with task state Ken Hibino 2021-04-26 07:13:48 -0700
  • 77ded502ab Update RDB.Retry, RDB.Archive with task state Ken Hibino 2021-04-26 07:10:29 -0700
  • f2284be43d Update RDB.Dequeue with task state Ken Hibino 2021-04-26 07:07:12 -0700
  • 3cadab55cb Update RDB.ForwardIfReady with task state Ken Hibino 2021-04-26 06:58:33 -0700
  • 298a420f9f Update RDB.ScheduleUnique with task state Ken Hibino 2021-04-24 20:41:44 -0700
  • b1d717c842 Update RDB.Schedule with task state Ken Hibino 2021-04-24 06:44:44 -0700
  • 56e5762eea Update RDB.EnqueueUnique with task state Ken Hibino 2021-04-19 06:28:58 -0700
  • 5ec41e388b Update RDB.Enqueue with task state Ken Hibino 2021-04-18 07:19:19 -0700
  • 9c95c41651 Change Server API Ken Hibino 2021-03-23 06:20:54 -0700
  • 476812475e Change payload to byte slice Ken Hibino 2021-03-20 13:42:13 -0700
  • 7af3981929 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -0800
  • 4fc5c6b685
    Add migration command in CLI Ken Hibino 2021-06-25 06:37:58 -0700
  • 790c2daa73 Update example code in README Ken Hibino 2021-06-23 05:37:35 -0700
  • 4e2c8bb8bc Cleanup Ken Hibino 2021-06-22 16:47:04 -0700
  • b0945e8d3e Remove TODO from changelog Ken Hibino 2021-06-22 16:42:29 -0700
  • 60750b5c55 Fix LastFailedAt in archived tasks Ken Hibino 2021-06-19 06:45:57 -0700
  • 27cbee82e9 Fix deleteTask lua script Ken Hibino 2021-06-18 14:50:28 -0700
  • 06f8164174 Add precheck Ken Hibino 2021-06-17 08:53:18 -0700
  • 1ddc08a3c6 Add helper to update redis list messages Ken Hibino 2021-06-17 07:02:40 -0700
  • 2d75ac4af4 Add helper function for zset messages Ken Hibino 2021-06-17 06:46:02 -0700
  • 8fe71acfde Migrate scheduled task Ken Hibino 2021-06-15 19:48:14 -0700
  • ccbb2ad5e9 WIP Ken Hibino 2021-06-15 19:42:08 -0700
  • a7caaf3a82 Fix error in readme Ken Hibino 2021-06-14 12:31:09 -0700
  • 77cc1e1645 Fix CLI build Ken Hibino 2021-06-14 12:20:44 -0700
  • c95811d1c3 Change TaskInfo to use public fields instead of methods Ken Hibino 2021-06-14 07:31:39 -0700
  • 259e833a10 Fix lua script for redis-cluster mode Ken Hibino 2021-06-13 15:03:46 -0700
  • 9f9870ee25 Use md5 to generate checksum for unique key Ken Hibino 2021-06-09 06:46:21 -0700
  • d1aa247927 (fix): Clear unique lock when task is deleted via Inspector Ken Hibino 2021-06-09 06:06:43 -0700
  • 9f8f1ffb16 Fix recoverer test Ken Hibino 2021-06-03 06:58:07 -0700
  • 8274542428 Update ProcessorRetry test Ken Hibino 2021-06-03 06:33:21 -0700
  • cd81ed5a23 Format payload bytes in CLI output Ken Hibino 2021-06-02 06:37:46 -0700
  • 301db4d25a Rename cli subcommand to not to use dash Ken Hibino 2021-05-24 16:14:36 -0700