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
purl: pkg:golang/github.com/hibiken/asynq
Keywords:
asynchronous-tasks
, background-jobs
, go
, golang
, redis
, task-queue
, worker-pool
License: MIT
Latest release: 7 months ago
First release: over 5 years ago
Namespace: github.com/hibiken
Dependent packages: 342
Dependent repositories: 304
Stars: 5,572 on GitHub
Forks: 399 on GitHub
Docker dependents: 66
Docker downloads: 13,435
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/hibiken
Last synced: 6 months ago