This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
asynq
Watch
2
Star
0
Fork
0
You've already forked asynq
mirror of
https://github.com/hibiken/asynq.git
synced
2025-02-23 04:10:17 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
31
Commits
21
Branches
53
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ken Hibino
76ceb282a9
Change the direction of list push/pop operations
2019-11-23 08:24:16 -08:00
.gitignore
Initial commit
2019-11-14 21:48:43 -08:00
asynq.go
Add ID field to taskMessage
2019-11-22 06:16:43 -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
launcher.go
Minor fixes
2019-11-21 20:22:55 -08:00
poller.go
Minor fixes
2019-11-21 20:22:55 -08:00
processor.go
Remove per task heartbeat
2019-11-23 08:21:32 -08:00
rdb_test.go
Add ID field to taskMessage
2019-11-22 06:16:43 -08:00
rdb.go
Change the direction of list push/pop operations
2019-11-23 08:24:16 -08:00
retry.go
Move retry related logic to its own file
2019-11-20 20:38:49 -08:00
Description
golang基于redis的异步队列
asynchronous-tasks
background-jobs
go
redis
task-queue
worker-pool
MIT
12
MiB
Languages
Go
100%