faktory
Job scheduler
A job scheduling system that manages background tasks and allows clients to execute them across multiple machines.
Language-agnostic persistent background job server
6k stars
65 watching
230 forks
Language: Go
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vikeri/react-native-background-job | Allows scheduling of JavaScript jobs to run in the background or foreground of a React Native app. | 747 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,827 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |
scripbox/flume | A blazing fast job processing system with built-in support for durability, back-pressure, and rate limiting. | 78 |
collectiveidea/delayed_job | Asynchronously executes long-running tasks in the background. | 4,818 |
fukamachi/psychiq | Provides background job processing capabilities for Common Lisp applications. | 53 |
brthor/gofer.net | A distributed job runner for .NET applications | 541 |
karllhughes/workers-codeship-example | An example project demonstrating how to use Cloudflare Workers with Webpack and automate deployment via Codeship. | 2 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
jobrunr/jobrunr | A Java library for running background tasks in an easy and reliable way | 2,390 |
dockyard/ember-service-worker-cache-fallback | An Ember Service Worker plugin that provides a cached fallback version when network requests fail | 15 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
apache/shardingsphere-elasticjob | A distributed job scheduling solution that automates task execution and management in a decentralized environment. | 8,141 |
hangfireio/hangfire | A library that enables easy and reliable background job processing in .NET applications without the need for separate processes or services. | 9,415 |
cloudflare/serverless-cloudflare-workers | A Serverless plugin for Cloudflare Workers that simplifies the process of deploying and managing JavaScript functions on the platform. | 175 |