Ken Hibino
|
2bcaea52ce
|
Make heartbeater goroutine a monitor goroutine for process info.
|
2020-02-16 18:22:59 -08:00 |
|
Ken Hibino
|
d33ca98648
|
Use int as priority value type.
Do not use unsigned int for merely non-negative quantities as it
complicates simple arithmetic.
|
2020-02-13 06:23:51 -08:00 |
|
Ken Hibino
|
96f06ac89b
|
Add ps command to asynqmon
|
2020-02-02 20:56:33 -08:00 |
|
Ken Hibino
|
d03fa34eaf
|
Add hearbeater
|
2020-02-01 09:35:49 -08:00 |
|
Ken Hibino
|
ca78b92078
|
Add Queue option to allow user to specify queue from client
Added base.QueueKey method to get redis key for given queue name.
Changed asynqtest.GetEnqueuedMessages to optionally take queue name.
|
2020-01-07 21:55:18 -08:00 |
|
Ken Hibino
|
c62833540c
|
Add license comment to all src files
|
2020-01-02 18:13:16 -08:00 |
|
Ken Hibino
|
b2161a481d
|
Record processed and failure daily count
|
2019-12-24 20:05:46 -08:00 |
|