Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/yadvendar/jobs

Package jobs is a persistent and flexible background jobs library. Version: 0.4.2 Jobs is powered by redis and supports the following features: Jobs is intended to be used in web applications. It is useful for cases where you need to execute some long-running code, but you don't want your users to wait for the code to execute before rendering a response. A good example is sending a welcome email to your users after they sign up. You can use Jobs to schedule the email to be sent asynchronously, and render a response to your user without waiting for the email to be sent. You could use a goroutine to accomplish the same thing, but in the event of a server restart or power loss, the email might never be sent. Jobs guarantees that the email will be sent at some time, and allows you to spread the work between different machines. Visit https://github.com/albrow/jobs for a Quickstart Guide, code examples, and more information.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/yadvendar/jobs
Keywords: golang, job-queue, job-scheduler, redis, worker-pool
License: MIT
Latest release: over 8 years ago
First release: over 9 years ago
Namespace: github.com/yadvendar
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...