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

Commit Graph

  • 290650ab23 Update RDB.Delete task methods Ken Hibino 2021-02-27 19:56:57 -08:00
  • 043e61b06e Update RDB.ArchiveAllPending Ken Hibino 2021-02-27 15:12:10 -08:00
  • e5ba008619 Update RDB.ArchiveAllRetryTasks, RDB.ArchiveAllScheduledTasks Ken Hibino 2021-02-27 14:58:42 -08:00
  • 420bd2c748 Update RDB.ArchivePendingTask Ken Hibino 2021-02-26 21:40:55 -08:00
  • aecdfeaeee Update RDB.ArchiveRetryTask and RDB.ArchiveScheduledTask Ken Hibino 2021-02-26 21:15:26 -08:00
  • ef0c390642 Update all variants of RDB.RunAll methods Ken Hibino 2021-02-26 15:32:25 -08:00
  • 0f09f936a9 Update RDB.RunArchivedTask, RDB.RunRetryTask, RDB.ScheduledTask Ken Hibino 2021-02-26 06:40:28 -08:00
  • 3f10e97e30 Fix inspector test Ken Hibino 2021-02-26 06:39:51 -08:00
  • 6437ea4a82 Update RDB.ListScheduled, RDB.ListRetry, RDB.ListArchived Ken Hibino 2021-02-25 22:05:51 -08:00
  • 127bd9190c Update RDB.ListPending and RDB.ListActive Ken Hibino 2021-02-25 08:45:50 -08:00
  • 7c75abe334 Update RDB.Dequeue Ken Hibino 2021-02-24 11:22:05 -08:00
  • ec9fd6b577 Update RDB.ListDeadlineExceeded Ken Hibino 2021-02-23 14:44:59 -08:00
  • 5105f35697 Update RDB.Requeue Ken Hibino 2021-02-23 06:45:06 -08:00
  • 740cb9bad0 Update RDB.Archive Ken Hibino 2021-02-23 06:35:59 -08:00
  • aa40a21654 Update RDB.Retry Ken Hibino 2021-02-23 06:19:54 -08:00
  • a745b2378a Update RDB.Done Ken Hibino 2021-02-22 07:14:12 -08:00
  • 26caccbefd Update RDB.ForwardIfReady Ken Hibino 2021-02-22 06:54:20 -08:00
  • b156653243 Code formatting Ken Hibino 2021-02-22 06:25:40 -08:00
  • 9e7897ae0c Update RDB.ScheduleUnique Ken Hibino 2021-02-22 06:21:05 -08:00
  • 69b7aa22cd Update RDB.Schedule Ken Hibino 2021-02-21 16:54:11 -08:00
  • 4ba0e46f96 Update RDB.EnqueueUniqueue Ken Hibino 2021-02-21 06:32:54 -08:00
  • 2bef3319c7 Update RDB.Enqueue Ken Hibino 2021-02-21 06:15:43 -08:00
  • 16d8fa4b91 Update TaskKey helper to task id as string Ken Hibino 2021-02-21 06:14:59 -08:00
  • 0b043318ba Add TaskKey helper Ken Hibino 2021-02-21 05:43:50 -08:00
  • fae6c4bdc8 Rename pending key Ken Hibino 2021-02-21 05:24:04 -08: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
  • 813ecf1bbf 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
  • 93c7c51abe Add benchmark tests for rdb package Ken Hibino 2021-03-05 15:20:56 -08:00
  • f20d84786f 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
  • 093187f6c4 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
  • 2a424fb07d 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
  • 6122863ec3 Use db13 for inspeq package testing Ken Hibino 2021-01-30 10:43:57 -08:00
  • 07d00cb14b Update RedisConnOpt interface Ken Hibino 2021-01-29 06:37:35 -08:00
  • 219cac729c Fix doc indentation Ken Hibino 2021-01-28 19:37:17 -08:00
  • 7ccf705218 Fix CLI build Ken Hibino 2021-01-28 19:27:58 -08:00
  • 382d1b00c9 Update documentation for inspeq package Ken Hibino 2021-01-28 16:40:42 -08:00
  • 7389e2a460 Move all inspector related code to subpackage inspeq Ken Hibino 2021-01-28 08:59:13 -08:00
  • fe5ce3d2d3 Record deadline within WorkerInfo Ken Hibino 2021-01-27 15:55:43 -08:00
  • 1af09e6eb8 Add Retry and LastError fields to inspector tasks Ken Hibino 2021-01-27 06:59:32 -08:00
  • 2b6e30a598 Add MemoryUsage field to QueueStats Ken Hibino 2021-01-26 18:36:45 -08:00
  • 995958a70d Fix scheduler Ken Hibino 2021-01-25 22:32:37 -08:00
  • 5dd66e071a 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
  • 5f99c4378f Fix benchstat Ken Hibino 2021-01-29 22:57:12 -08:00
  • bcc639d083 Tweak benchstat workflow Ken Hibino 2021-01-29 21:49:28 -08:00
  • f0d455742a Rename build workflow Ken Hibino 2021-01-29 19:39:37 -08:00
  • 5844747413 Tweak benchstat workflow Ken Hibino 2021-01-29 16:17:23 -08:00
  • 389db8f1da Update go build workflow to run with different go versions Ken Hibino 2021-01-29 16:08:20 -08:00
  • 590a04dfe8 Fix benchstat workflow config Ken Hibino 2021-01-29 15:55:09 -08:00
  • 6f82a44337 Add github workflow to benchmark incoming change against master Ken Hibino 2021-01-29 15:49:49 -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
  • 54ba0e2fe3
    Create go github action Ken Hibino 2021-01-29 14:46:06 -08:00
  • 46912d19c5 add support for custom redis logger bp0 2021-01-29 18:28:52 -03:00
  • 8e906088ab Update RedisConnOpt interface Ken Hibino 2021-01-29 06:37:35 -08:00
  • 34090c9b05 Fix doc indentation Ken Hibino 2021-01-28 19:37:17 -08:00
  • b4f7f4f729 Fix CLI build Ken Hibino 2021-01-28 19:27:58 -08:00
  • 1598d2f5de Update documentation for inspeq package Ken Hibino 2021-01-28 16:40:42 -08:00
  • 14cb562d60 Move all inspector related code to subpackage inspeq Ken Hibino 2021-01-28 08:59:13 -08:00
  • c67843b730 Record deadline within WorkerInfo Ken Hibino 2021-01-27 15:55:43 -08:00
  • cd13c6a63d Add Retry and LastError fields to inspector tasks Ken Hibino 2021-01-27 06:59:32 -08:00
  • ebce6dbefc
    Add MemoryUsage field to QueueStats Ken Hibino 2021-01-26 18:36:45 -08:00
  • c53a2d0333 Update changelog Ken Hibino 2021-01-26 15:59:22 -08:00
  • 9f3f358899 Add memory usage field in QueueStats Ken Hibino 2021-01-26 15:43:00 -08:00
  • dc8aaba559
    Fix scheduler Ken Hibino 2021-01-25 22:32:37 -08:00
  • 9e723edd63 Fix history trimming bug Ken Hibino 2021-01-24 22:43:37 -08:00
  • f40d60fe09 Delete scheduler history data when scheduler stops Ken Hibino 2021-01-21 21:23:17 -08:00
  • 179b0120a5
    Support delete and archive actions on PendingTask Ken Hibino 2021-01-20 15:03:34 -08:00
  • 580c35affb Update changelog Ken Hibino 2021-01-20 14:59:20 -08:00
  • 03728deb6f Update asynq task command Ken Hibino 2021-01-19 21:21:43 -08:00
  • e8e401578f Minor fix Ken Hibino 2021-01-19 20:56:58 -08:00
  • f76b8ae9c0 Use constants for task keys for better readability Ken Hibino 2021-01-19 07:13:59 -08:00
  • 35faab1a4c Support delete-all and archive-all actions on pending tasks Ken Hibino 2021-01-18 14:10:05 -08:00
  • 9061fff86e Minor lint error fix Ken Hibino 2021-01-18 13:42:40 -08:00
  • af920be7ee Add support for delete and archive action on PendingTask Ken Hibino 2021-01-18 07:22:26 -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