openwferu-scheduler 0.9.8 → 0.9.8.616
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/openwfe/util/scheduler.rb +3 -1
- metadata +2 -2
@@ -508,7 +508,9 @@ module OpenWFE
|
|
508
508
|
#
|
509
509
|
# cron entries
|
510
510
|
|
511
|
-
if now.sec == 0 and
|
511
|
+
if now.sec == 0 and
|
512
|
+
(minute > @last_cron_minute or
|
513
|
+
@last_cron_minute == 59)
|
512
514
|
#
|
513
515
|
# only consider cron entries at the second 0 of a
|
514
516
|
# minute
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: openwferu-scheduler
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.9.8
|
7
|
-
date: 2007-04-
|
6
|
+
version: 0.9.8.616
|
7
|
+
date: 2007-04-13 00:00:00 +09:00
|
8
8
|
summary: OpenWFEru scheduler for Ruby (at, cron and every)
|
9
9
|
require_paths:
|
10
10
|
- lib
|