2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00
golang基于redis的异步队列
Go to file
2019-11-23 17:09:57 -08:00
.gitignore Initial commit 2019-11-14 21:48:43 -08:00
asynq.go Update comments 2019-11-23 16:44:22 -08:00
background.go fix: Nil out handler reference after all workers have finished 2019-11-23 17:09:57 -08:00
client.go Add ID field to taskMessage 2019-11-22 06:16:43 -08:00
go.mod Add tests for type rdb 2019-11-20 07:01:24 -08:00
go.sum Add tests for type rdb 2019-11-20 07:01:24 -08:00
poller.go Minor fixes 2019-11-21 20:22:55 -08:00
processor.go Add logic to restore unfinished tasks back into the default queue if 2019-11-23 15:09:50 -08:00
rdb_test.go Add logic to restore unfinished tasks back into the default queue if 2019-11-23 15:09:50 -08:00
rdb.go Update comments 2019-11-23 16:44:22 -08:00
retry.go Move retry related logic to its own file 2019-11-20 20:38:49 -08:00