Commit Graph

251 Commits

Author SHA1 Message Date
Jannis Hübl 0affff21d1 add start|stop|restart|run to crono executable
this is done using daemonize gem, but it is not breaking the old
interface. But sets a deprected comment to the old one daemonize
process.
2016-01-15 11:03:38 +01:00
Jannis Hübl 042228900f document how to schedule jobs with arguments 2016-01-14 10:23:46 +01:00
Jannis Hübl 89f3b9a8a1 change to args which will be passed to Job#perform 2016-01-14 09:33:14 +01:00
Jannis Hübl dd4f92b569 add data to Cron.perform which will be passed to ExampleJob.new(data).perform 2016-01-13 17:44:27 +01:00
Lars Haugseth 4b7b03f8a1 Convert TimeOfDay values to UTC. 2015-10-03 16:34:27 +02:00
Lars Haugseth a93b937d14 Added :within option to Period to run only within given time interval. 2015-10-03 15:08:43 +02:00
Dzmitry Plashchynski 6881109934 Fix .travis.yml 2015-09-25 12:09:34 +03:00
Dzmitry Plashchynski ffe49c0557 Update rack 2015-09-21 01:52:33 +03:00
Dzmitry Plashchynski ecc83c5142 Update Gemfile.lock 2015-09-21 01:51:25 +03:00
Dzmitry Plashchynski 1d25475686 Merge pull request #32 from Natural-Intelligence/support_multiple_nodes
Support multiple nodes
2015-09-21 01:49:19 +03:00
avi_alima e416113ac2 Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job
Add Locking for the case that two nodes start perform job together.

If execution_interval == 0.minutes, skip locking and immediately perform
2015-08-20 13:35:41 +03:00
avi_alima 3a480a7d9a Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job
Add Locking for the case that two nodes start perform job together.
2015-08-20 12:54:16 +03:00
avi_alima 32bdba3244 Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job 2015-08-19 18:08:48 +03:00
Dzmitry Plashchynski f76dff32e4 Merge pull request #28 from ChandravatiSG/db_connection_pool_fix
#27 Fixed DB connection pool issue.
2015-06-17 15:53:41 +03:00
ChandravatiSG eaa3a872bf #27 Fixed DB connection pool issue. 2015-06-17 18:11:41 +05:30
Dzmitry Plashchynski 6b627275d8 v0.9.0 v0.9.0 2015-05-29 23:29:46 +03:00
Dzmitry Plashchynski 00d5c777dd Merge branch 'master' of github.com:plashchynski/crono 2015-05-28 17:43:12 +03:00
Dzmitry Plashchynski c28a0bbc8a Able to specify minutes for hour-based schedule. Closing #26 2015-05-28 17:43:02 +03:00
Dzmitry Plashchynski 45c22ee6ba Merge pull request #24 from rogercampos/feature/no-activejob-dependency
activejob is not a real dependency
2015-05-12 13:33:13 +03:00
Roger Campos 2ac14113b6 activejob is not a real dependency 2015-05-11 18:03:56 +02:00
Dzmitry Plashchynski f909873165 v0.8.9 v0.8.9 2015-04-14 13:48:51 +03:00
Dzmitry Plashchynski 94fed61c8a Update web ui preview v0.8.9.pre 2015-04-13 18:05:29 +03:00
Dzmitry Plashchynski ddf7127b27 Update web ui preview 2015-04-13 18:01:37 +03:00
Dzmitry Plashchynski cd7e842fd2 v0.8.9.pre 2015-04-13 17:52:31 +03:00
Dzmitry Plashchynski ad8794c497 Prefixes for Safari 2015-04-13 17:52:02 +03:00
Dzmitry Plashchynski f711b6b450 Fix error message 2015-04-13 17:31:53 +03:00
Dzmitry Plashchynski c2445d831b Fix specs 2015-04-13 16:45:38 +03:00
Dzmitry Plashchynski 1a5fd351b4 Merge branch 'materialize_css' 2015-04-13 16:43:24 +03:00
Dzmitry Plashchynski aee028919c v0.8.8.pre 2015-04-13 16:18:18 +03:00
Dzmitry Plashchynski 6d41a19212 Handle a few jobs scheduled at the same time 2015-04-13 15:53:20 +03:00
Dzmitry Plashchynski a28ec7b276 Add specs for bug with jobs scheduled at same time without at 2015-04-13 14:19:34 +03:00
Dzmitry Plashchynski e8c7400caa Do not freeze time for period specs 2015-04-13 14:18:55 +03:00
Dzmitry Plashchynski 260cf14e95 Fix Cli specs 2015-04-13 14:18:32 +03:00
Dzmitry Plashchynski 1900a06582 Add Crono::Cronotab to process cronotab 2015-04-13 12:43:52 +03:00
Dzmitry Plashchynski 8174f86407 Fix crono:clean task 2015-04-13 12:29:27 +03:00
Dzmitry Plashchynski 5e944ec375 Local css and js 2015-04-13 12:23:15 +03:00
Dzmitry Plashchynski f2f98bbb76 Merge branch 'master' into materialize_css 2015-04-12 17:10:45 +03:00
Dzmitry Plashchynski c8f9ff4e34 v0.8.7.pre v0.8.7.pre 2015-04-12 17:04:43 +03:00
Dzmitry Plashchynski 84ac08e5d4 Fix error when next time in the past 2015-04-12 17:04:07 +03:00
Dzmitry Plashchynski e8812b1329 v0.8.6.pre v0.8.6.pre 2015-04-12 16:52:37 +03:00
Dzmitry Plashchynski f6b393ad6b Period should only return future time 2015-04-12 16:48:57 +03:00
Dzmitry Plashchynski 55e3956618 Clean up 2015-04-12 16:34:28 +03:00
Dzmitry Plashchynski 9c984cda49 Reduce header size 2015-04-12 03:56:44 +03:00
Dzmitry Plashchynski dbb4f374d7 Facelift 2015-04-12 03:55:39 +03:00
Dzmitry Plashchynski f245f33533 Do not show link to log if a job has never performed yet 2015-04-12 03:40:54 +03:00
Dzmitry Plashchynski 742cdc00c7 Status labels 2015-04-12 01:26:40 +03:00
Dzmitry Plashchynski 81ee422e30 Materialize css 2015-04-12 01:09:56 +03:00
Dzmitry Plashchynski 50aec2ea87 0.8.5.pre v0.8.5.pre 2015-04-11 18:50:02 +03:00
Dzmitry Plashchynski aaa8bc40e5 Apply bundler gem template recommendations 2015-04-11 18:48:54 +03:00
Dzmitry Plashchynski a11a8985c3 Merge branch 'master' of github.com:plashchynski/crono 2015-04-11 18:24:07 +03:00