Top 0.2% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 1.5% forks on proxy.golang.org
Top 1.0% docker downloads on proxy.golang.org
proxy.golang.org : github.com/hibiken/asynq
Package asynq provides a framework for Redis based distrubted task queue. Asynq uses Redis as a message broker. To connect to redis, specify the connection using one of RedisConnOpt types. The Client is used to enqueue a task. The Server is used to run the task processing workers with a given handler. Handler is an interface type with a method which takes a task and returns an error. Handler should return nil if the processing is successful, otherwise return a non-nil error. If handler panics or returns a non-nil error, the task will be retried in the future. Example of a type that implements the Handler interface.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/hibiken/asynq
Keywords:
asynchronous-tasks
, background-jobs
, go
, golang
, redis
, task-queue
, worker-pool
License: MIT
Latest release: about 1 year ago
First release: almost 6 years ago
Namespace: github.com/hibiken
Dependent packages: 342
Dependent repositories: 304
Stars: 12,164 on GitHub
Forks: 863 on GitHub
Docker dependents: 66
Docker downloads: 13,435
Total Commits: 879
Committers: 52
Average commits per author: 16.904
Development Distribution Score (DDS): 0.121
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/hibiken, https://opencollective.com/ken-hibino
Last synced: 12 months ago