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

9 Commits

Author SHA1 Message Date
Ken Hibino
2d0e813335 Move Broker interface to base package 2020-04-18 07:55:10 -07:00
Ken Hibino
7091a6ab0b Add test to simulate situation where redis is down 2020-04-17 08:00:01 -07:00
Ken Hibino
0fc8c7411b Define broker interface 2020-04-17 07:00:55 -07:00
Ken Hibino
fe0bfdfee4 Fix subscriber to not panic when it cannot establish pubsub channel on
startup
2020-04-16 08:58:44 -07:00
Ken Hibino
0bc6eba021 Allow custom logger to be used in Background 2020-03-12 08:40:37 -07:00
Ken Hibino
d664d68fa4 Extract out log package 2020-03-09 07:17:52 -07:00
Ken Hibino
e3c9aae8c7 Include worker stats to ProcessState 2020-02-22 08:56:51 -08:00
Ken Hibino
3d9a222bb3 Use sync.WaitGroup for shutdown 2020-02-16 18:22:59 -08:00
Ken Hibino
6685827147 Add redis pubsub subscriber for cancelation 2020-02-13 06:23:51 -08:00