Ken Hibino
df0c635448
Update RDB.ArchiveAllPendingTasks with task state
2021-05-03 16:38:13 -07:00
Ken Hibino
bf1e3c7505
Reorganize test for RDB.ArchiveTask
2021-05-03 15:48:21 -07:00
Ken Hibino
31da4dd6eb
Update errors package with detailed comments
2021-05-02 06:58:54 -07:00
Ken Hibino
26a1a2f861
Update RDB.ArchiveTask with custom errors
2021-05-02 06:47:32 -07:00
Ken Hibino
c0c7031ae6
Create internal errors package
2021-05-02 06:46:48 -07:00
Ken Hibino
8c402e104a
Update rdb.ArchiveTask with more specific error types
2021-05-01 16:13:40 -07:00
Ken Hibino
aa2ddaf27d
Rename error types
2021-05-01 06:47:49 -07:00
Ken Hibino
88608e770b
Add a list of canonical errors in base package
2021-05-01 06:38:33 -07:00
Ken Hibino
29210e143c
Update RDB.ArchiveTask with task state
2021-04-28 21:24:42 -07:00
Ken Hibino
011669a3e8
Update RDB.RunTask with task state
2021-04-28 07:27:35 -07:00
Ken Hibino
b8cd3e307d
Update RDB.Requeue with task state
2021-04-26 07:13:48 -07:00
Ken Hibino
568c77e497
Update RDB.Retry, RDB.Archive with task state
2021-04-26 07:10:29 -07:00
Ken Hibino
305e979af5
Update RDB.Dequeue with task state
2021-04-26 07:07:12 -07:00
Ken Hibino
2f9cd9c758
Update RDB.ForwardIfReady with task state
2021-04-26 06:58:33 -07:00
Ken Hibino
e4dd39d814
Update RDB.ScheduleUnique with task state
2021-04-24 20:41:44 -07:00
Ken Hibino
2a1fbf6fa5
Update RDB.Schedule with task state
2021-04-24 06:56:48 -07:00
Ken Hibino
f7954c2683
Update RDB.EnqueueUnique with task state
2021-04-19 06:28:58 -07:00
Ken Hibino
a352ee2fa2
Update RDB.Enqueue with task state
2021-04-18 07:19:19 -07:00
Ken Hibino
dd25028027
Change Server API
...
* Rename ServerStatus to ServerState internally
* Rename terminate to shutdown internally
* Update Scheduler API to match Server API
2021-04-14 15:31:22 -07:00
Ken Hibino
dc275c4612
Change payload to byte slice
2021-04-14 15:31:22 -07:00
Ken Hibino
a0b52806c9
Refactor redis keys and store messages in protobuf
...
Changes:
- Task messages are stored under "asynq:{<qname>}:t:<task_id>" key in redis, value is a HASH type and message are stored under "msg" key in the hash. The hash also stores "deadline", "timeout".
- Redis LIST and ZSET stores task message IDs
- Task messages are serialized using protocol buffer
2021-04-14 15:31:21 -07:00
Vic Shóstak
63ce9ed0f9
Update README with a new logo
2021-04-14 10:21:47 -07:00
Ken Hibino
32d3f329b9
v0.17.1
v0.17.1
2021-04-04 12:51:00 -07:00
Ken Hibino
544c301a8b
Fix bug in RDB.memoryUsage
2021-04-04 12:49:19 -07:00
Ken Hibino
8b997d2fab
v0.17.0
v0.17.0
2021-03-24 16:51:59 -07:00
Ken Hibino
901105a8d7
Add dial, read, write timeout options to RedisConnOpt
2021-03-24 16:49:04 -07:00
Ken Hibino
aaa3f1d4fd
v0.16.1
v0.16.1
2021-03-20 06:27:03 -07:00
disc
4722ca2d3d
Replaced blocking KEYS XXX:*
command to non-blocking SCAN XXX:*
...
More details: https://redis.io/commands/KEYS
2021-03-20 06:24:08 -07:00
Ken Hibino
6a9d9fd717
v0.16.0
v0.16.0
2021-03-10 20:39:46 -08:00
Ken Hibino
de28c1ea19
Add Unregister method to Scheduler
2021-03-10 20:38:44 -08:00
Ken Hibino
f618f5b1f5
Add benchmark tests for rdb package
2021-03-07 16:27:14 -08:00
Ken Hibino
aa936466b3
Minor fix
2021-03-07 16:27:14 -08:00
Ken Hibino
5d1ec70544
Run CI build with go1.16
2021-02-25 09:31:17 -08:00
Ken Hibino
d1d3be9b00
Add Web UI section in README
2021-02-01 17:01:04 -08:00
Ken Hibino
bc77f6fe14
v0.15.0
v0.15.0
2021-01-31 06:11:17 -08:00
Ken Hibino
efe197a47b
Use db13 for inspeq package testing
2021-01-31 06:09:40 -08:00
Ken Hibino
97b5516183
Update RedisConnOpt interface
2021-01-31 06:09:40 -08:00
Ken Hibino
8eafa03ca7
Fix doc indentation
2021-01-31 06:09:40 -08:00
Ken Hibino
430b01c9aa
Fix CLI build
2021-01-31 06:09:40 -08:00
Ken Hibino
14c381dc40
Update documentation for inspeq package
2021-01-31 06:09:40 -08:00
Ken Hibino
e13122723a
Move all inspector related code to subpackage inspeq
2021-01-31 06:09:40 -08:00
Ken Hibino
eba7c4e085
Record deadline within WorkerInfo
2021-01-31 06:09:40 -08:00
Ken Hibino
bfde0b6283
Add Retry and LastError fields to inspector tasks
2021-01-31 06:09:40 -08:00
Ken Hibino
afde6a7266
Add MemoryUsage field to QueueStats
2021-01-31 06:09:40 -08:00
Ken Hibino
6529a1e0b1
Fix scheduler
...
* Delete scheduler history data when scheduler stops
* Fix history trimming bug
2021-01-31 06:09:40 -08:00
Ken Hibino
c9a6ab8ae1
Support delete and archive actions on PendingTask
...
* Add `DeleteAllPendingTasks`, `ArchiveAllPendingTasks` to `Inspector`
* `DeleteTaskByKey` and `ArchiveTaskByKey` now supports deleting/archiving PendingTask
* Updated `asynq task` command with support for deleting/archiving pending tasks
2021-01-31 06:09:40 -08:00
Ken Hibino
557c1a5044
Remove Travis CI files
2021-01-29 23:01:20 -08:00
Ken Hibino
0236eb9a1c
Add benchstat workflow
2021-01-29 22:59:28 -08:00
Ken Hibino
3c2b2cf4a3
Update build status badge
2021-01-29 15:03:27 -08:00
Ken Hibino
04df71198d
Create go github action
2021-01-29 14:52:55 -08:00