Registry / messaging / albrow-jobs

albrow-jobs

JSON →
library0.4.2gogounverified

Jobs is a persistent and flexible background jobs library powered by Redis, designed for web applications to execute long-running tasks asynchronously with guaranteed delivery.

go get github.com/albrow/jobs
INSTALL
IMPORT
SIG · ALBROW-JOBS
A
albrow-jobs
messaginggov0.4.2
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.

jobs
github.com/albrow/jobs

Add a background job to the queue

package main import ( "fmt" "github.com/albrow/jobs" ) func main() { q := jobs.NewQueue("myqueue") q.Add(jobs.Job{Name: "email", Data: []byte("user@example.com")}) fmt.Println("Job added") }
Debug
Known issues
gotchaJobs requires a running Redis instance; it will fail silently if Redis is unavailable.
fix
Ensure Redis is running and properly configured before using the library.
affects: >=0.4.0
Upgrade
Version history
0.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
48
OpenAI (training)
1
Resources
albrow-jobs — go get albrow-jobs · libregistry