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

Commit Graph

  • 6fbaa2ed6c (fix): RestoreUnfinished to select correct queue Ken Hibino 2020-01-26 13:55:23 -0800
  • 166497748b (fix): Requeue to select correct queue Ken Hibino 2020-01-26 13:41:06 -0800
  • f433095546 (fix): RestoreUnfinished to select correct queue Ken Hibino 2020-01-26 13:55:23 -0800
  • 787b8bec5a (fix): Requeue to select correct queue Ken Hibino 2020-01-26 13:41:06 -0800
  • 31123fd42a Paginate tasks with asynqmon ls command Ken Hibino 2020-01-24 07:19:58 -0800
  • b6af15a127 Paginate tasks with asynqmon ls command Ken Hibino 2020-01-24 07:19:58 -0800
  • 3ed155b45b [ci skip] Update readme Ken Hibino 2020-01-23 06:33:34 -0800
  • 67f64e624b [ci skip] Update readme Ken Hibino 2020-01-23 06:33:34 -0800
  • 58d2ed94e7 [ci skip] Fix typo Ken Hibino 2020-01-23 06:05:18 -0800
  • e253211a60 v0.2.1 v0.2.1 Ken Hibino 2020-01-22 06:45:16 -0800
  • 44c657bec6 Rate limit error logs Ken Hibino 2020-01-22 06:28:47 -0800
  • 19d62063d1 Rate limit error logs Ken Hibino 2020-01-22 06:28:47 -0800
  • db8e9d05c3 Add custom logger Ken Hibino 2020-01-21 07:17:41 -0800
  • 21c4dcd1ce Add custom logger Ken Hibino 2020-01-21 07:17:41 -0800
  • b02e4e6b09 [ci skip] Update readme Ken Hibino 2020-01-20 15:17:41 -0800
  • f43c51ce8b v0.2.0 v0.2.0 Ken Hibino 2020-01-19 15:28:24 -0800
  • 04983dc00f [ci skip] Clarify terminology around 'state' and 'queue' Ken Hibino 2020-01-19 15:21:51 -0800
  • 9e872a4cb4 Change asynqmon history command to take no arguments Ken Hibino 2020-01-19 15:04:52 -0800
  • 7c61e7dd59 [ci skip] Clarify terminology around 'state' and 'queue' Ken Hibino 2020-01-19 15:21:51 -0800
  • e94dabac7d Change asynqmon history command to take no arguments Ken Hibino 2020-01-19 15:04:52 -0800
  • 959c9fd01a [ci skip] Allow config file to set default values for flags Ken Hibino 2020-01-19 08:40:51 -0800
  • 15da08dbc0 [ci skip] Allow config file to set default values for flags Ken Hibino 2020-01-19 08:40:51 -0800
  • d37f2a09ab [ci skip] Add readme for asynqmon tool Ken Hibino 2020-01-18 20:31:22 -0800
  • 0f7045d5c2 [ci skip] Add readme for asynqmon tool Ken Hibino 2020-01-18 20:31:22 -0800
  • 207a6d2d1a Fix benchmark tests Ken Hibino 2020-01-18 10:17:39 -0800
  • c29200b1fc Add syncer to retry failed redis commands Ken Hibino 2020-01-18 07:32:06 -0800
  • 80a65c129a Fix benchmark tests Ken Hibino 2020-01-18 10:17:39 -0800
  • 7b3d08473a Add syncer to retry failed redis commands Ken Hibino 2020-01-18 07:32:06 -0800
  • 5c806676de [ci skip] Add link to gitter chat room Ken Hibino 2020-01-16 21:35:03 -0800
  • fd8eb51440 [ci skip] Add badges to readme Ken Hibino 2020-01-16 21:13:34 -0800
  • f66a65d6ca Fix tests Ken Hibino 2020-01-16 21:01:27 -0800
  • d1f516d8f1 [ci skip] Update changelog Ken Hibino 2020-01-16 20:54:36 -0800
  • 0c2591ad7e [ci skip] Update docs Ken Hibino 2020-01-16 19:50:45 -0800
  • 43d7591250 Remove redis.Client type from asynq package API Ken Hibino 2020-01-14 21:19:06 -0800
  • 17c95bdf96 Fix tests Ken Hibino 2020-01-16 21:01:27 -0800
  • 3a59fd954c [ci skip] Update changelog Ken Hibino 2020-01-16 20:54:36 -0800
  • ab56f46b3c [ci skip] Update docs Ken Hibino 2020-01-16 19:50:45 -0800
  • dec9317ebb Remove redis.Client type from asynq package API Ken Hibino 2020-01-14 21:19:06 -0800
  • cb2ebf18ac [performance] Skip the overhead of json decoding when scheduling to one queue Ken Hibino 2020-01-14 07:26:41 -0800
  • 5a6f737589 [performance] Use BRPOPLPUSH if one queue is used Ken Hibino 2020-01-14 06:29:05 -0800
  • 8fd4e66514 [performance] Skip the overhead of json decoding when scheduling to one queue Ken Hibino 2020-01-14 07:26:41 -0800
  • ceac54b483 [performance] Use BRPOPLPUSH if one queue is used Ken Hibino 2020-01-14 06:29:05 -0800
  • f0251be5d2 [ci skip] Update changelog Ken Hibino 2020-01-14 06:05:21 -0800
  • 858b0325bd Add rmq command to asynqmon Ken Hibino 2020-01-13 07:03:07 -0800
  • 874d8e8843 Add RDB.RemoveQueue method Ken Hibino 2020-01-13 06:50:03 -0800
  • f71b80dab7 Add rmq command to asynqmon Ken Hibino 2020-01-13 07:03:07 -0800
  • 1fa1ab931c Add RDB.RemoveQueue method Ken Hibino 2020-01-13 06:50:03 -0800
  • 84eef4ed0b Add strict-priority option Ken Hibino 2020-01-12 07:46:51 -0800
  • d59717f91d Add strict-priority option Ken Hibino 2020-01-12 07:46:51 -0800
  • 97316d6766 Fix flaky tests Ken Hibino 2020-01-11 10:02:13 -0800
  • 2631672575 Allow filtering results of asynqmon ls enqueued by providing queue name Ken Hibino 2020-01-10 21:32:15 -0800
  • cf78a12866 Add "Queue" column to the output of asynqmon ls Ken Hibino 2020-01-10 07:06:26 -0800
  • c5b215e3b9 Update RDB.ListEnqueued to list tasks from all queues Ken Hibino 2020-01-10 06:56:51 -0800
  • 2ff847d520 Include each queue counts in stats command output Ken Hibino 2020-01-09 20:29:10 -0800
  • 89843ac565 Change RDB.CurrentStats to be multi-queue aware Ken Hibino 2020-01-09 07:01:44 -0800
  • 67f381269a Maintain a set of queue names in redis set Ken Hibino 2020-01-09 06:21:43 -0800
  • 390eb13149 Remove stale field in processor struct Ken Hibino 2020-01-08 20:50:22 -0800
  • 718336ff44 Update RDB.Enqueue* methods to be multi queue aware Ken Hibino 2020-01-08 07:16:21 -0800
  • aede018e21 Fix flaky tests Ken Hibino 2020-01-11 10:02:13 -0800
  • d4c70038d5 Allow filtering results of asynqmon ls enqueued by providing queue name Ken Hibino 2020-01-10 21:32:15 -0800
  • f96aee3832 Add "Queue" column to the output of asynqmon ls Ken Hibino 2020-01-10 07:06:26 -0800
  • f1e5768259 Update RDB.ListEnqueued to list tasks from all queues Ken Hibino 2020-01-10 06:56:51 -0800
  • 8735718c20 Include each queue counts in stats command output Ken Hibino 2020-01-09 20:29:10 -0800
  • 70f1320e6e Change RDB.CurrentStats to be multi-queue aware Ken Hibino 2020-01-09 07:01:44 -0800
  • 5d431bc247 Maintain a set of queue names in redis set Ken Hibino 2020-01-09 06:21:43 -0800
  • d5970d9501 Remove stale field in processor struct Ken Hibino 2020-01-08 20:50:22 -0800
  • f5cf6a7720 Update RDB.Enqueue* methods to be multi queue aware Ken Hibino 2020-01-08 07:16:21 -0800
  • 8ff5c5101e [ci skip] Update changelog Ken Hibino 2020-01-07 21:53:38 -0800
  • 4f5d115b3e [ci skip] Upgrade github.com/google/go-cmp to v0.4.0 Ken Hibino 2020-01-07 21:22:19 -0800
  • 24bb45b36b [ci skip] Normalize queue priority numbers Ken Hibino 2020-01-07 21:17:01 -0800
  • 8d9a2d1313 Update processor to query queues based on priority Ken Hibino 2020-01-07 07:03:39 -0800
  • 53d0902808 Change RDB.Dequeue to query multiple queues Ken Hibino 2020-01-07 06:28:34 -0800
  • 2af9eb2c88 Delete stale code Ken Hibino 2020-01-06 21:30:27 -0800
  • 28d698c24e Update CheckAndEnqueue to enqueue tasks to specified queue Ken Hibino 2020-01-06 21:27:51 -0800
  • 1d99d99692 Update comment Ken Hibino 2020-01-06 07:21:14 -0800
  • 03cb6eef09 Add Queues field to Config Ken Hibino 2020-01-06 07:15:59 -0800
  • ca78b92078 Add Queue option to allow user to specify queue from client Ken Hibino 2020-01-06 06:53:40 -0800
  • 25b359a795 [ci skip] Update changelog Ken Hibino 2020-01-07 21:53:38 -0800
  • d5d4114240 [ci skip] Upgrade github.com/google/go-cmp to v0.4.0 Ken Hibino 2020-01-07 21:22:19 -0800
  • fb66f0977a [ci skip] Normalize queue priority numbers Ken Hibino 2020-01-07 21:17:01 -0800
  • 25a93737df Update processor to query queues based on priority Ken Hibino 2020-01-07 07:03:39 -0800
  • d7ae925b39 Change RDB.Dequeue to query multiple queues Ken Hibino 2020-01-07 06:28:34 -0800
  • 79a2205b1d Delete stale code Ken Hibino 2020-01-06 21:30:27 -0800
  • 889a35af97 Update CheckAndEnqueue to enqueue tasks to specified queue Ken Hibino 2020-01-06 21:27:51 -0800
  • 8e79be6f5b Update comment Ken Hibino 2020-01-06 07:21:14 -0800
  • 48572dd433 Add Queues field to Config Ken Hibino 2020-01-06 07:15:59 -0800
  • cdc6e520c4 Add Queue option to allow user to specify queue from client Ken Hibino 2020-01-06 06:53:40 -0800
  • 29ad70c36a [ci skip] Update readme Ken Hibino 2020-01-05 09:06:23 -0800
  • 00b03e1287 Add test for payload key not exist Ken Hibino 2020-01-05 08:50:43 -0800
  • f3a23b9b12 Make Task type immutable Ken Hibino 2020-01-04 13:13:46 -0800
  • 82abe0e4c4 [ci skip] Update readme Ken Hibino 2020-01-05 09:06:23 -0800
  • a4adfe355a Add test for payload key not exist Ken Hibino 2020-01-05 08:50:43 -0800
  • c1ef571d16 Make Task type immutable Ken Hibino 2020-01-04 13:13:46 -0800
  • 899566e661 [ci skip] Add changelog v0.1.0 Ken Hibino 2020-01-04 13:24:09 -0800
  • 187679711e [ci skip] Add changelog Ken Hibino 2020-01-04 13:24:09 -0800
  • 294a695b98 Add history command to asynqmon tool Ken Hibino 2020-01-04 09:41:05 -0800
  • c5f424440f Add history command to asynqmon tool Ken Hibino 2020-01-04 09:41:05 -0800
  • 606b0fae64 Rename Client Process method to Schedule Ken Hibino 2020-01-03 20:24:18 -0800
  • 8a8fdb0fa3 Rename Client Process method to Schedule Ken Hibino 2020-01-03 20:24:18 -0800
  • 9256fb6023 Update package doc Ken Hibino 2020-01-02 19:47:04 -0800