scheduling.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [scheduling]

www.codever.land/bookmarks/t/scheduling

minicron

https://github.com/jamesrwhite/minicron

A system to manage and monitor cron jobs.


resque-scheduler

https://github.com/resque/resque-scheduler

A light-weight job scheduling system built on top of Resque.


rufus-scheduler

https://github.com/jmettraux/rufus-scheduler

Job scheduler for Ruby (at, cron, in and every jobs).


Sidekiq-Cron

https://github.com/ondrejbartas/sidekiq-cron

A scheduling add-on for Sidekiq.


Whenever

https://github.com/javan/whenever

A Ruby gem that provides a clear syntax for writing and deploying cron jobs.


Node-cron

http://merencia.github.io/node-cron/

The node-cron module is tiny task scheduler in pure JavaScript for node.js based on GNU crontab. This module allows you to schedule task in node.js using full crontab syntax.


Creating clustered EJB 3 Timers

http://www.mastertheboss.com/jboss-server/wildfly-8/creating-clustered-ejb-3-timers

In this tutorial we will demonstrate how to configure a Timer EJB 3 Service on a cluster of servers. You will need WildFly 8 application server and a Database supporting READ_COMMITTED or SERIALIZABLE...


Scheduling in Java EE

https://www.baeldung.com/scheduling-in-java-enterprise-edition

A demonstration of how to schedule tasks in Java EE using the @Schedule annotation and the timer service.