https://github.com/pkg6/asynqs
Simple, reliable, and efficient distributed task queue in Go
https://github.com/pkg6/asynqs
Last synced: 3 months ago
JSON representation
Simple, reliable, and efficient distributed task queue in Go
- Host: GitHub
- URL: https://github.com/pkg6/asynqs
- Owner: pkg6
- License: apache-2.0
- Created: 2023-12-04T15:28:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T14:18:34.000Z (over 1 year ago)
- Last Synced: 2025-01-09T11:40:46.124Z (5 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asynqs
Simple, reliable, and efficient distributed task queue in Go# asynqmon
https://github.com/hibiken/asynqmon#run-the-binary
~~~
docker pull hibiken/asynqmon:0.7
~~~