Bookmarks tagged [scheduling]
https://github.com/jamesrwhite/minicron
A system to manage and monitor cron jobs.
- tags: ruby, scheduling
- source code
https://github.com/resque/resque-scheduler
A light-weight job scheduling system built on top of Resque.
- tags: ruby, scheduling
- source code
https://github.com/jmettraux/rufus-scheduler
Job scheduler for Ruby (at, cron, in and every jobs).
- tags: ruby, scheduling
- source code
https://github.com/ondrejbartas/sidekiq-cron
A scheduling add-on for Sidekiq.
- tags: ruby, scheduling
- source code
https://github.com/javan/whenever
A Ruby gem that provides a clear syntax for writing and deploying cron jobs.
- tags: ruby, scheduling
- source code
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.
- tags: node.js, scheduler, scheduling
- source code
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...
- tags: javaee, wildfly, scheduling
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.
- 📆 published on: 2017-11-30
- tags: javaee, scheduling
- source code