2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-07-18 02:00:31 +08:00

Commit Graph

  • 87264b66f3 Record last_failed_at time on Retry or Archive event Ken Hibino 2021-05-18 21:00:53 -07:00
  • 62168b8d0d Add LastFailedAt field to TaskMessage Ken Hibino 2021-05-18 20:50:00 -07:00
  • 840f7245b1 Update List methods (expect for ListArchived) Ken Hibino 2021-05-18 19:13:52 -07:00
  • 12f4c7cf6e Move inspeq package content to asynq package Ken Hibino 2021-05-18 18:45:15 -07:00
  • 0ec3b55e6b Replace ArchiveTaskByKey with ArchiveTask in Inspector Ken Hibino 2021-05-18 16:27:16 -07:00
  • 4bcc5ab6aa Replace DeleteTaskByKey with DeleteTask in Inspector Ken Hibino 2021-05-17 16:37:30 -07:00
  • 456edb6b71 Replace RunTaskByKey with RunTask in Inspector Ken Hibino 2021-05-16 07:32:47 -07:00
  • b835090ad8 Update Client.Enqueue to return TaskInfo Ken Hibino 2021-05-15 06:43:18 -07:00
  • 09cbea66f6 Define TaskInfo type Ken Hibino 2021-05-13 19:41:17 -07:00
  • b9c2572203 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -08:00
  • 0bf767cf21 Add TaskState type to base package Ken Hibino 2021-05-11 20:43:01 -07:00
  • 1812d05d21 Fix build Ken Hibino 2021-05-10 21:19:57 -07:00
  • 4af65d5fa5 Update RDB methods with new errors package Ken Hibino 2021-05-10 09:16:13 -07:00
  • a19ad19382 Update RDB.Dequeue with new errors package Ken Hibino 2021-05-10 06:04:42 -07:00
  • 8117ce8972 Minor fixes Ken Hibino 2021-05-09 19:20:54 -07:00
  • d98ecdebb4 Update RDB.EnqueueUnique and RDB.ScheduleUnique with specific errors Ken Hibino 2021-05-09 07:39:01 -07:00
  • ffe9aa74b3 Add errors.RedisCommandError type Ken Hibino 2021-05-09 07:15:09 -07:00
  • d2d4029aba Update RDB.CurrentStats and RDB.HistoricalStats with specific errors Ken Hibino 2021-05-09 07:05:10 -07:00
  • 76bd865ebc Update RDB.RemoveQueue with specific error types Ken Hibino 2021-05-09 06:48:44 -07:00
  • 136d1c9ea9 Update rdb.List* methods with specific errors Ken Hibino 2021-05-08 11:45:30 -07:00
  • 52e04355d3 Return QueueNotFoundError from DeleteAll* methods Ken Hibino 2021-05-07 16:48:36 -07:00
  • cde3e57c6c Update RDB.RunAll* methods with task state Ken Hibino 2021-05-07 16:31:07 -07:00
  • dd66acef1b Return QueueNotFoundError from ArchiveAll* methods Ken Hibino 2021-05-07 16:06:07 -07:00
  • 30a3d9641a Update tests for RDB.DeleteTask and RDB.ArchiveTask Ken Hibino 2021-05-07 06:26:16 -07:00
  • 961582cba6 Update RDB.RunTask with more specific errors Ken Hibino 2021-05-05 16:31:07 -07:00
  • 430dbb298e Update RDB.DeleteTask with task state Ken Hibino 2021-05-05 16:00:40 -07:00
  • 675826be5f Update RDB.ArchiveAll methods with task state Ken Hibino 2021-05-03 20:07:00 -07:00
  • 62f4e46b73 Update RDB.ArchiveAllPendingTasks with task state Ken Hibino 2021-05-03 16:38:13 -07:00
  • a500f8a534 Reorganize test for RDB.ArchiveTask Ken Hibino 2021-05-03 15:48:21 -07:00
  • bcfeff38ed Update errors package with detailed comments Ken Hibino 2021-05-02 06:58:54 -07:00
  • 12a90f6a8d Update RDB.ArchiveTask with custom errors Ken Hibino 2021-05-02 06:47:32 -07:00
  • 807624e7dd Create internal errors package Ken Hibino 2021-05-02 06:46:48 -07:00
  • 4d65024bd7 Update rdb.ArchiveTask with more specific error types Ken Hibino 2021-05-01 16:13:40 -07:00
  • 76486b5cb4 Rename error types Ken Hibino 2021-05-01 06:47:49 -07:00
  • 1db516c53c Add a list of canonical errors in base package Ken Hibino 2021-05-01 06:38:33 -07:00
  • cb5bdf245c Update RDB.ArchiveTask with task state Ken Hibino 2021-04-28 21:24:42 -07:00
  • 267493ccef Update RDB.RunTask with task state Ken Hibino 2021-04-28 07:27:35 -07:00
  • 5d7f1b6a80 Update RDB.Requeue with task state Ken Hibino 2021-04-26 07:13:48 -07:00
  • 77ded502ab Update RDB.Retry, RDB.Archive with task state Ken Hibino 2021-04-26 07:10:29 -07:00
  • f2284be43d Update RDB.Dequeue with task state Ken Hibino 2021-04-26 07:07:12 -07:00
  • 3cadab55cb Update RDB.ForwardIfReady with task state Ken Hibino 2021-04-26 06:58:33 -07:00
  • 298a420f9f Update RDB.ScheduleUnique with task state Ken Hibino 2021-04-24 20:41:44 -07:00
  • b1d717c842 Update RDB.Schedule with task state Ken Hibino 2021-04-24 06:44:44 -07:00
  • 56e5762eea Update RDB.EnqueueUnique with task state Ken Hibino 2021-04-19 06:28:58 -07:00
  • 5ec41e388b Update RDB.Enqueue with task state Ken Hibino 2021-04-18 07:19:19 -07:00
  • 9c95c41651 Change Server API Ken Hibino 2021-03-23 06:20:54 -07:00
  • 476812475e Change payload to byte slice Ken Hibino 2021-03-20 13:42:13 -07:00
  • 7af3981929 Refactor redis keys and store messages in protobuf Ken Hibino 2021-03-12 16:23:08 -08:00
  • 2516c4baba v0.17.2 v0.17.2 Ken Hibino 2021-06-06 06:51:30 -07:00
  • ebe482a65c Free uniqueness lock when task is deleted Ken Hibino 2021-06-06 06:35:36 -07:00
  • 3e9fc2f972 Update README Vic Shóstak 2021-04-28 20:25:34 +03:00
  • 63ce9ed0f9 Update README with a new logo Vic Shóstak 2021-04-14 20:21:47 +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
  • 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
  • 6a9d9fd717 v0.16.0 v0.16.0 Ken Hibino 2021-03-10 20:39:46 -08:00
  • de28c1ea19 Add Unregister method to Scheduler Ken Hibino 2020-11-07 10:41:27 -08:00
  • f618f5b1f5 Add benchmark tests for rdb package Ken Hibino 2021-03-05 15:20:56 -08:00
  • aa936466b3 Minor fix Ken Hibino 2021-03-05 14:28:22 -08:00
  • 5d1ec70544 Run CI build with go1.16 Ken Hibino 2021-02-25 08:51:31 -08:00
  • d1d3be9b00 Add Web UI section in README Ken Hibino 2021-01-31 22:27:59 -08:00
  • bc77f6fe14 v0.15.0 v0.15.0 Ken Hibino 2021-01-31 06:11:17 -08:00
  • efe197a47b Use db13 for inspeq package testing Ken Hibino 2021-01-30 10:43:57 -08:00
  • 97b5516183 Update RedisConnOpt interface Ken Hibino 2021-01-29 06:37:35 -08:00
  • 8eafa03ca7 Fix doc indentation Ken Hibino 2021-01-28 19:37:17 -08:00
  • 430b01c9aa Fix CLI build Ken Hibino 2021-01-28 19:27:58 -08:00
  • 14c381dc40 Update documentation for inspeq package Ken Hibino 2021-01-28 16:40:42 -08:00
  • e13122723a Move all inspector related code to subpackage inspeq Ken Hibino 2021-01-28 08:59:13 -08:00
  • eba7c4e085 Record deadline within WorkerInfo Ken Hibino 2021-01-27 15:55:43 -08:00
  • bfde0b6283 Add Retry and LastError fields to inspector tasks Ken Hibino 2021-01-27 06:59:32 -08:00
  • afde6a7266 Add MemoryUsage field to QueueStats Ken Hibino 2021-01-26 18:36:45 -08:00
  • 6529a1e0b1 Fix scheduler Ken Hibino 2021-01-25 22:32:37 -08:00
  • c9a6ab8ae1 Support delete and archive actions on PendingTask Ken Hibino 2021-01-20 15:03:34 -08:00
  • 557c1a5044 Remove Travis CI files Ken Hibino 2021-01-29 23:01:20 -08:00
  • 0236eb9a1c Add benchstat workflow Ken Hibino 2021-01-29 22:59:28 -08:00
  • 3c2b2cf4a3 Update build status badge Ken Hibino 2021-01-29 15:03:27 -08:00
  • 04df71198d Create go github action Ken Hibino 2021-01-29 14:46:06 -08:00
  • 2884044e75 v0.14.1 v0.14.1 Ken Hibino 2021-01-19 06:22:54 -08:00
  • 3719fad396 Update asynq version in go.mod for toolings Ken Hibino 2021-01-19 06:20:39 -08:00
  • 42c7ac0746 v0.14.0 v0.14.0 Ken Hibino 2021-01-14 06:49:36 -08:00
  • d331ff055d Minor doc fixes Ken Hibino 2021-01-14 06:26:01 -08:00
  • ccb682853e Export DefaultRetryDelayFunc Ken Hibino 2021-01-12 11:40:26 -08:00
  • 7c3ad9e45c Update CHANGELOG Ken Hibino 2021-01-12 11:28:46 -08:00
  • ea23db4f6b Update migrate command to move all dead tasks to the new archived zset Ken Hibino 2021-01-12 11:24:12 -08:00
  • 00a25ca570 Rename DeadTask to ArchivedTask and action "kill" to "archive" Ken Hibino 2021-01-12 11:01:21 -08:00
  • 7235041128 Add SkipRetry error to be used as a return value from Handler Ken Hibino 2021-01-11 07:21:50 -08:00
  • a150d18ed7 Include file and line number info in the error generated from a panic Ken Hibino 2021-01-10 11:44:08 -08:00
  • 0712e90f23 Print stack track when recovering from a panic in processor Ken Hibino 2021-01-10 11:20:20 -08:00
  • c5100a9c23 Add a method to list running servers to Inspector Ken Hibino 2020-12-30 07:10:53 -08:00
  • 196d66f221 Fix ListSchedulerEnqueueEvents to list recent events first Ken Hibino 2020-12-26 14:35:25 -08:00
  • 38509e309f Update cron history command to accept pagination options Ken Hibino 2020-12-26 07:19:15 -08:00
  • f4dd8fe962 Add ListScheduelerEnqueueEvents to Inspector Ken Hibino 2020-12-26 07:03:04 -08:00
  • c06e9de97d Add CancelActiveTask method to Inspector Ken Hibino 2020-12-05 06:49:01 -08:00
  • 52d536a8f5 Update changelog Ken Hibino 2020-12-01 07:39:27 -08:00
  • f9c0673116 Add SchedulerEntries method to Inspector Ken Hibino 2020-12-01 07:37:09 -08:00
  • b604d25937 Add helper function to parse Option string Ken Hibino 2020-12-01 06:53:33 -08:00
  • dfdf530a24 Fix cron history command usage string Ken Hibino 2020-11-28 11:57:33 -08:00