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

Commit Graph

  • dab8295883 Validate queue name in Inspector Ken Hibino 2020-08-31 05:53:17 -0700
  • 131ac823fd Return error if queue name is empty when enqueueing Ken Hibino 2020-08-31 05:39:45 -0700
  • 4897dba397 Upgrade redis client lib to v7.4.0 Ken Hibino 2020-08-30 17:06:37 -0700
  • 6b96459881 Add test flags to run tests using redis cluster Ken Hibino 2020-08-29 06:54:08 -0700
  • 572eb338d5 Fix flaky ProcessorRetry test Ken Hibino 2020-08-28 06:04:17 -0700
  • 27f4027447 Add RedisClusterClientOpt to connect to redis cluster Ken Hibino 2020-08-28 05:40:16 -0700
  • ee1afd12f5 Fix done lua script Ken Hibino 2020-08-28 05:37:40 -0700
  • 3ac548e97c Fix dequeue Lua script to use a single hash tag Ken Hibino 2020-08-27 07:19:21 -0700
  • f38f94b947 Restructure CLI commands with subcommands Ken Hibino 2020-08-21 06:00:49 -0700
  • d6f389e63f Add Queues method to Inspector Ken Hibino 2020-08-20 21:17:44 -0700
  • 118ef27bf2 Update RemoveQueue in RDB Ken Hibino 2020-08-20 06:59:10 -0700
  • fad0696828 Fix errors in inspector tests Ken Hibino 2020-08-19 05:45:02 -0700
  • 4037b41479 Fix client tests Ken Hibino 2020-08-19 05:32:05 -0700
  • 96f23d88cd Add more processor tests Ken Hibino 2020-08-18 21:21:05 -0700
  • 83bdca5220 Fix test build errors Ken Hibino 2020-08-18 06:46:19 -0700
  • 2f226dfb84 Update ListServers and ListWorkers methods in RDB Ken Hibino 2020-08-18 06:30:15 -0700
  • 3f26122ac0 Fix more build errors Ken Hibino 2020-08-18 06:01:38 -0700
  • 2a18181501 Fix inspector build error Ken Hibino 2020-08-17 20:49:55 -0700
  • aa2676bb57 Update Broker interface Ken Hibino 2020-08-17 20:44:41 -0700
  • 9348a62691 Update Inspector API Ken Hibino 2020-08-16 14:51:56 -0700
  • f59de9ac56 Update all delete methods in RDB Ken Hibino 2020-08-15 13:04:26 -0700
  • 996a6c0ead Update all kill methods in RDB Ken Hibino 2020-08-15 06:38:33 -0700
  • 47e9ba4eba Update enqueue methods in RDB Ken Hibino 2020-08-13 06:54:32 -0700
  • dbf140a767 Update all list methods in RDB Ken Hibino 2020-08-12 06:18:15 -0700
  • 5f82b4b365 Update HistoricalStats method in RDB Ken Hibino 2020-08-12 05:30:59 -0700
  • 44a3d177f0 Update Pause and Unpause methods in RDB Ken Hibino 2020-08-11 21:36:49 -0700
  • 24b13bd865 Update CurrentStats method in RDB Ken Hibino 2020-08-11 06:28:12 -0700
  • d25090c669 Add AllQueues method to RDB Ken Hibino 2020-08-11 05:35:06 -0700
  • b5caefd663 Remove stale benchmark test Ken Hibino 2020-08-10 21:51:41 -0700
  • becd26479b Update WriteServerState and ClearServerState in RDB Ken Hibino 2020-08-10 21:49:12 -0700
  • 4b81b91d3e Minor fix Ken Hibino 2020-08-10 06:13:06 -0700
  • 8e23b865e9 Update recoverer Ken Hibino 2020-08-10 06:10:14 -0700
  • a873d488ee Update ListDeadlineExceeded in RDB Ken Hibino 2020-08-10 05:37:49 -0700
  • e0a8f1252a Update scheduler to check and enqueue for only the specified queues. Ken Hibino 2020-08-09 07:13:42 -0700
  • 650d7fdbe9 Update CheckAndEnqueue method in RDB Ken Hibino 2020-08-09 06:26:14 -0700
  • f6d504939e Update Requeue method in RDB Ken Hibino 2020-08-09 05:40:44 -0700
  • 74f08795f8 Update Kill method in RDB Ken Hibino 2020-08-08 12:44:08 -0700
  • 35b2b1782e Update Retry method in RDB Ken Hibino 2020-08-08 12:17:33 -0700
  • f63dcce0c0 Update Done method in RDB Ken Hibino 2020-08-08 06:48:49 -0700
  • 565f86ee4f Update Dequeue command in rdb Ken Hibino 2020-08-08 06:04:16 -0700
  • 94aa878060 Update Enqueue and Schedule commands in rdb Ken Hibino 2020-08-07 06:31:02 -0700
  • 50b6034bf9 Move unique key generator function to base Ken Hibino 2020-08-07 05:36:54 -0700
  • 154113d0d0 Update base package to generate redis keys with hashtag Ken Hibino 2020-08-06 07:34:00 -0700
  • 59b086d581 Update changelog Ken Hibino 2020-09-12 12:55:09 -0700
  • 6981c608da Update demo.gif for CLI demo Ken Hibino 2020-09-12 12:10:57 -0700
  • 4c2fd0d36a Use color package to bold fonts in CLI output Ken Hibino 2020-09-12 10:33:04 -0700
  • 9164b2ed26 Update migrate command Ken Hibino 2020-09-10 06:53:07 -0700
  • eeb431369c Mention about testing using redis cluster in CONTRIBUTING.md Ken Hibino 2020-09-09 19:18:05 -0700
  • 279089f8b9 Minor test updates Ken Hibino 2020-09-09 19:17:56 -0700
  • 3d49defc57 Add Close to Inspector Ken Hibino 2020-09-08 06:52:34 -0700
  • 008eb391f1 Close redis client after each test run Ken Hibino 2020-09-08 06:51:01 -0700
  • b01464e64b Add MaxRedirects field in RedisClusterClientOpt Ken Hibino 2020-09-08 05:56:45 -0700
  • b3174a9b9d Add Username field to RedisConnOpt Ken Hibino 2020-09-08 05:51:05 -0700
  • 7f4533269f Display cluster info in stats command when --cluster flag is passed Ken Hibino 2020-09-07 12:55:32 -0700
  • 2eb2724674 Add GetQueueName helper to extract queue name from context Ken Hibino 2020-09-07 10:54:42 -0700
  • 2856870f5e Update package documentation Ken Hibino 2020-09-07 10:44:10 -0700
  • e99e443e27 Update README Ken Hibino 2020-09-06 08:03:30 -0700
  • 0fa1c2b6e8 Rename Enqueue methods in Inspector to Run Ken Hibino 2020-09-05 13:35:52 -0700
  • 8385383760 Rename InProgress to Active Ken Hibino 2020-09-05 12:43:15 -0700
  • d849d33d0b Rename NextEnqueueAt to NextProcessAt Ken Hibino 2020-09-05 07:11:55 -0700
  • 5ecbbf4b40 Rename Enqueued to Pending Ken Hibino 2020-09-05 07:03:43 -0700
  • 287439d9d8 Change Client.Enqueue to take ProcessAt and ProcessIn as Option Ken Hibino 2020-09-05 06:29:08 -0700
  • 2298e3f913 Use different redis db number for rdb package tests Ken Hibino 2020-09-02 05:29:34 -0700
  • 58c4612c72 Display cluster keyslot and nodes in queueList command Ken Hibino 2020-09-01 07:01:01 -0700
  • bbeed8050a Add ClusterNodes and ClusterKeySlot in Inspector Ken Hibino 2020-09-01 06:57:08 -0700
  • add26ebad4 Fix flaky test Ken Hibino 2020-09-01 05:25:08 -0700
  • 33c10d8892 Add redis-cluster support in asynq CLI Ken Hibino 2020-08-31 06:46:56 -0700
  • 890b2c1b55 Validate queue name in Inspector Ken Hibino 2020-08-31 05:53:17 -0700
  • 09f4174195 Return error if queue name is empty when enqueueing Ken Hibino 2020-08-31 05:39:45 -0700
  • a0c2c1e10d Upgrade redis client lib to v7.4.0 Ken Hibino 2020-08-30 17:06:37 -0700
  • 0b3732718f Add test flags to run tests using redis cluster Ken Hibino 2020-08-29 06:54:08 -0700
  • 6176565abc Fix flaky ProcessorRetry test Ken Hibino 2020-08-28 06:04:17 -0700
  • ecbfac2c46 Add RedisClusterClientOpt to connect to redis cluster Ken Hibino 2020-08-28 05:40:16 -0700
  • 7ee1e27822 Fix done lua script Ken Hibino 2020-08-28 05:37:40 -0700
  • 8daac4af0f Fix dequeue Lua script to use a single hash tag Ken Hibino 2020-08-27 07:19:21 -0700
  • 24f5908b44 Restructure CLI commands with subcommands Ken Hibino 2020-08-21 06:00:49 -0700
  • 43b87d236a Add Queues method to Inspector Ken Hibino 2020-08-20 21:17:44 -0700
  • 68ee8d40f9 Update RemoveQueue in RDB Ken Hibino 2020-08-20 06:59:10 -0700
  • c054c0b5a0 Fix errors in inspector tests Ken Hibino 2020-08-19 05:45:02 -0700
  • 530023334c Fix client tests Ken Hibino 2020-08-19 05:32:05 -0700
  • 34aa0b2277 Add more processor tests Ken Hibino 2020-08-18 21:21:05 -0700
  • bd52b3df3c Fix test build errors Ken Hibino 2020-08-18 06:46:19 -0700
  • 6aa63857d2 Update ListServers and ListWorkers methods in RDB Ken Hibino 2020-08-18 06:30:15 -0700
  • 8555848c0a Fix more build errors Ken Hibino 2020-08-18 06:01:38 -0700
  • a6c2ff00c1 Fix inspector build error Ken Hibino 2020-08-17 20:49:55 -0700
  • 7929a1d6d3 Update Broker interface Ken Hibino 2020-08-17 20:44:41 -0700
  • 093472da52 Update Inspector API Ken Hibino 2020-08-16 14:51:56 -0700
  • 4583e3822c Update all delete methods in RDB Ken Hibino 2020-08-15 13:04:26 -0700
  • c06734408f Update all kill methods in RDB Ken Hibino 2020-08-15 06:38:33 -0700
  • 0ff192bb72 Update enqueue methods in RDB Ken Hibino 2020-08-13 06:54:32 -0700
  • 0715f8defd Update all list methods in RDB Ken Hibino 2020-08-12 06:18:15 -0700
  • a7d3f09b49 Update HistoricalStats method in RDB Ken Hibino 2020-08-12 05:30:59 -0700
  • 33919861d6 Update Pause and Unpause methods in RDB Ken Hibino 2020-08-11 21:36:49 -0700
  • d7c9508b4b Update CurrentStats method in RDB Ken Hibino 2020-08-11 06:28:12 -0700
  • 859e2656d8 Add AllQueues method to RDB Ken Hibino 2020-08-11 05:35:06 -0700
  • a37afc6062 Remove stale benchmark test Ken Hibino 2020-08-10 21:51:41 -0700
  • 76a768ae7e Update WriteServerState and ClearServerState in RDB Ken Hibino 2020-08-10 21:49:12 -0700
  • cc16910819 Minor fix Ken Hibino 2020-08-10 06:13:06 -0700
  • 1bb9f10707 Update recoverer Ken Hibino 2020-08-10 06:10:14 -0700
  • 92c8a4dbbe Update ListDeadlineExceeded in RDB Ken Hibino 2020-08-10 05:37:49 -0700