Skip to content

pchchv/work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work Go Reference

work provides the ability to enqueue and process background jobs in Go.
Jobs are durable and supported by Redis.

  • Fast and efficient.
  • Reliable — does not lose jobs even if the process crashes.
  • Middleware on jobs — good for metrics, logging, etc.
  • If a job fails, it will be retried a certain number of times.
  • Scheduling jobs for the future.
  • Enqueue unique jobs so that only one job with a given name/arguments is in the queue at once.
  • Periodic queuing of jobs on a cron-like schedule.
  • Pause/unpause jobs and control concurrency within and across processes.

About

Process background jobs in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages