Registry / messaging / jrallison-go-workers

jrallison-go-workers

JSON →
library0.0.0-20180112190529-dbf81d0b75bbgogounverified

A background worker library for processing jobs from a Redis-backed queue.

go get github.com/jrallison/go-workers
INSTALL
IMPORT
SIG · JRALLISON-GO-WORKE
J
jrallison-go-workers
messaginggov0.0.0-20180112190529-dbf81d0b75bb
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

workers
github.com/jrallison/go-workers

Configure and start a worker

package main import ( "github.com/jrallison/go-workers" ) func main() { workers.Configure(map[string]string{ "server": "localhost:6379", "process": "worker1", }) workers.Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180112190529-dbf81d0b75bblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
jrallison-go-workers — go get jrallison-go-workers · libregistry