Ecosyste.ms: Packages

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

Top 2.2% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org
Top 3.7% forks on proxy.golang.org

proxy.golang.org : github.com/albrow/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/albrow/jobs
Keywords: go, golang, redis, worker-pool
License: MIT
Latest release: over 8 years ago
First release: over 9 years ago
Namespace: github.com/albrow
Dependent packages: 41
Dependent repositories: 10
Stars: 494 on GitHub
Forks: 44 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...