2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 08:40:22 +08:00

6 Commits

Author SHA1 Message Date
Ken Hibino
f2333f8f2c Clean up heartbeater test 2020-02-16 09:45:44 -08:00
Ken Hibino
c1f279292d Use sync.WaitGroup for shutdown 2020-02-15 23:14:30 -08:00
Ken Hibino
6314e384fb Make heartbeater goroutine a monitor goroutine for process info. 2020-02-15 22:39:31 -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