Ken Hibino
|
fb38086590
|
Clean up log messages
Moved development purpose log messages to DEBUG level.
|
2020-05-16 08:00:35 -07:00 |
|
Ken Hibino
|
24ee4b9693
|
Define test flags for package testing
Added test flags for
- redis address (defaults to "localhost:6379")
- redis db number (defaults to 14)
- log level (defaults to FATAL)
|
2020-05-16 08:00:35 -07:00 |
|
Ken Hibino
|
b63476ddc8
|
Simplify Logger interface
|
2020-05-16 08:00:35 -07:00 |
|
Ken Hibino
|
eb8ced6bdd
|
Add ParseRedisURI helper function
|
2020-04-25 13:06:20 -07:00 |
|
Ken Hibino
|
d664d68fa4
|
Extract out log package
|
2020-03-09 07:17:52 -07:00 |
|
Ken Hibino
|
207a6d2d1a
|
Fix benchmark tests
|
2020-01-18 15:07:15 -08:00 |
|
Ken Hibino
|
c62833540c
|
Add license comment to all src files
|
2020-01-02 18:13:16 -08:00 |
|
Ken Hibino
|
09ee8df5a0
|
Add end-to-end benchmark tests
|
2019-12-31 17:04:28 -08:00 |
|
Ken Hibino
|
ae0c2f9ca5
|
Use asynqtest helpers in asynq package tests
|
2019-12-29 10:05:02 -08:00 |
|
Ken Hibino
|
3fd248615b
|
Create base internal package
|
2019-12-22 07:40:25 -08:00 |
|
Ken Hibino
|
4229073a24
|
Allow user to define a max retry count for a task
|
2019-12-21 09:47:45 -08:00 |
|
Ken Hibino
|
edcd70b221
|
Replace google/uuid package with rs/xid for more compact id
|
2019-12-11 07:41:38 -08:00 |
|
Ken Hibino
|
437fb03bb3
|
Unexport redis key name constants from rdb package
|
2019-12-04 17:23:11 -08:00 |
|
Ken Hibino
|
998e761660
|
Use different redis db for each package tests
|
2019-12-04 07:39:16 -08:00 |
|
Ken Hibino
|
28bfb6d83a
|
Rename to CheckAndEnqueue
|
2019-12-04 07:28:57 -08:00 |
|
Ken Hibino
|
d4e442d04f
|
Extract rdb to internal package
|
2019-12-03 22:13:48 -08:00 |
|
Ken Hibino
|
57838600ef
|
Rename to RedisConfig
|
2019-12-03 19:43:01 -08:00 |
|
Ken Hibino
|
8eb6f04ef4
|
Move test helpers to asynq_test.go
|
2019-11-29 20:53:29 -08:00 |
|