delayed-jobs
There are 40 repositories under delayed-jobs topic.
rq/rq
Simple job queues for Python
actionhero/actionhero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
sonus21/rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
reidmorrison/rocketjob
Ruby's missing background and batch processing system
mrahhal/MR.AspNetCore.Jobs
A background processing library for Asp.Net Core.
virtualstaticvoid/taskinator
A simple orchestration library for running complex processes or workflows in Ruby
sirius248/delayed_job_dashboard
Modern DelayedJob Dashboard for Ruby on Rails built with VueJS and Sinatra.
akashadhikari/talk-to-u-later
A minimal web app that enables Facebook users to send timed messages to a person or a group.
cobolbaby/log-agent
:dog: Go实现生产级的日志收集器
DeployRB/Rails5App
Simple Rails5App
ink-maker/rest-yii2
rebuild yii2 for rest api
darkterra/mongo-scheduler
Persistent event schedule for node.js using mongo as storage
pantry-io/pantry
A simple to maintain background job and message queue service. https://nickpoorman.com/2020-07-26-data-pipelines-part-2-retries/
tarantool-php/jobqueue
A job queue backed by Tarantool.
bhuebschen/delayed_action
The delayed_action integration allows you to schedule actions for Home Assistant entities with a delay or at a specific time. This integration supports various entities and actions, providing flexibility in controlling your devices.
ceslami/delayed_job_class_name_plugin
Delayed::Job plugin to record the class name of the enqueued payload object. Great for building an admin dashboard! 👨🏽🔬
imyizhang/PySched-Lightning
A lightweight task queue scheduler that runs in the background
sridhar-sp/rabbit-mq-node-js
Demonstrate the usage of Rabbit-MQ from node js
pvelx/trigger-service-demo
Demo of the task scheduler application
saefullohmaslul/Node-Delay-Job
:watch: Delay job nodejs application with redis and bull
saLeox/PE-Appointment-Demo
A demo for high-concurrent purchase behavior and workflow within the company.
tkyshm/delay
delay job queue
ZASMan/delayed_job_recurring_example
An example of how to use delayed job recurring gem in a Ruby on Rails application to send emails daily and keep track of the delayed jobs created and emails being sent.
zauberware/node-kue-express-ui-heroku-example
Kue Express UI running on heroku + redis
indrajith-shetty/go-parallel
Utility function for delayed execution of functions.
ori88c/delayed-async-task
A modern `setTimeout` substitute tailored for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execution, and the option to gracefully await the completion of an ongoing execution.
ori88c/delayed-async-tasks-manager
A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.
tripviss/docker-disque
Docker image for Disque
YugalRajVimal/node-mailer
Node Mailer Demo with DelayedJobs: A Node.js application showcasing email sending functionality using Nodemailer, along with DelayedJobs implemented using Kue and Redis.
adrianmui/peoplegrove_lunch
company lunch app - in progress
adrianmui/project_danebook
Ruby On Rails + AngularJs/jQuery facebook clone
al-one/laravel-queue-replaceable
Laravel Queue Driver For Delayed jobs Can be replaced
bhuebschen/delayed-action-card
The Delayed Action Card is a custom Home Assistant card that displays and manages delayed actions for various entities.
rayyansys/pyworker
A pure Python worker for Ruby-based DelayedJobs with Newrelic reporting.