Chris Seelus
|
ee79596509
|
Cleanup and get rspec to run again
|
2021-02-11 17:37:10 +01:00 |
|
haoxilu
|
258052b852
|
✨ rails timezone support
|
2017-02-24 09:05:43 +08:00 |
|
Dzmitry Plashchynski
|
14c3e3162e
|
Log truncating Close #41
|
2016-11-30 00:11:56 +02:00 |
|
Dzmitry Plashchynski
|
de070d5bfa
|
Fix job saving
|
2016-06-24 13:33:57 +03: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 |
|
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
|
55e3956618
|
Clean up
|
2015-04-12 16:34:28 +03:00 |
|
Dzmitry Plashchynski
|
b4ad8fb953
|
Handle a few jobs scheduled at the same time
|
2015-04-08 20:08:58 +03:00 |
|
Dzmitry Plashchynski
|
2d72020ac4
|
Fix spec
|
2015-03-24 23:25:38 +02:00 |
|
Dzmitry Plashchynski
|
78ce578484
|
Access to Crono::Job from performer class
|
2015-03-22 23:53:46 +02:00 |
|
Dzmitry Plashchynski
|
0c77c490bd
|
Move TestJob to spec_helper.rb
|
2015-03-22 23:37:01 +02:00 |
|
Dzmitry Plashchynski
|
a9798acb35
|
Lint the whole project
|
2015-03-13 20:46:54 +02:00 |
|
Dzmitry Plashchynski
|
6d2e3fbb75
|
Add job#log_error, log error with ERROR severity
|
2015-03-10 23:59:39 +02:00 |
|
Dzmitry Plashchynski
|
a24389f6cc
|
Add Job#healthy
|
2015-03-10 00:19:33 +02:00 |
|
Dzmitry Plashchynski
|
f43ae4b1b1
|
Save performing errors to DB
|
2015-03-07 18:05:47 +02:00 |
|
Dzmitry Plashchynski
|
b3920fa2ee
|
Use Mutex to synchronize access to Job's log
|
2015-03-07 16:38:11 +02:00 |
|
Dzmitry Plashchynski
|
5652d19e62
|
Write Job#job_log
|
2015-03-07 16:24:20 +02:00 |
|
Dzmitry Plashchynski
|
98f058767f
|
Fix spec
|
2015-03-07 16:06:40 +02:00 |
|
Dzmitry Plashchynski
|
5db94543d1
|
Fix specs
|
2015-03-07 04:23:58 +02:00 |
|
Dzmitry Plashchynski
|
3e5363f560
|
Fix specs
|
2015-03-07 04:18:54 +02:00 |
|
Dzmitry Plashchynski
|
368cdde296
|
Fix Ruby 2.0.0 time comparsion issue
|
2015-03-07 03:54:35 +02:00 |
|
Dzmitry Plashchynski
|
fe24b435b3
|
Save job on every perform
|
2015-03-06 23:57:55 +02:00 |
|
Dzmitry Plashchynski
|
78b1d8d6e1
|
Add Job#load to load info from DB
|
2015-03-06 23:44:30 +02:00 |
|
Dzmitry Plashchynski
|
c54f52a71d
|
Add Job#save to save job info to DB
|
2015-03-06 23:41:03 +02:00 |
|
Dzmitry Plashchynski
|
007989fa2c
|
Add Job#description
|
2015-03-05 14:03:07 +02:00 |
|
Dzmitry Plashchynski
|
828488a6bc
|
Add Job class
|
2015-03-04 18:31:59 +02:00 |
|