Displaying 7 results from an estimated 7 matches for "crontrigg".
Did you mean:
crontrigger
2007 Jan 15
2
Backgroundrb keeps spawning processes
...n without mentioning their ids in the log file:
20070115-18:50:00 (6171) Schedule triggered: #<struct
#<Class:0x7773b0>
job=#<Proc:0x0062fd2c@/u/apps/learnbyrote/releases/20070115150803/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:355>,
trigger=#<BackgrounDRb::CronTrigger:0x28a2440 @min=[0, 10, 20, 30, 40,
50], @month=1..12, @hour=0..23, @year=nil, @day=1..31, @cron_expr="0
0,10,20,30,40,50 * * * * *", @sec=[0], @wday=0..6>, earliest=Mon Jan
15 18:50:00 +0300 2007, last=Mon Jan 15 18:50:00 +0300 2007>
20070115-18:50:00 (6171) Starting worker: sessi...
2007 Mar 13
5
worker starting twice
...ting/work/m_project/lib/workers/sender.rb
20070313-15:45:17 (5594) Loading Sechedule:
job_keymrclassmb_receiverargssleep_time5
worker_method_argssleep_time5job_keymrclassmb_receiverargssleep_time5trigger_typecron_triggertrigger_args0,10,20,30,40,50
* * * * * *worker_methoddo_work #<BackgrounDRb::CronTrigger:0x23bf3c4>
20070313-15:45:17 (5594) Loading Sechedule:
job_keysclasssenderargssleep_time5
worker_method_argssleep_time5job_keysclasssenderargssleep_time5trigger_typecron_triggertrigger_args0,10,20,30,40,50
* * * * * *worker_methoddo_work #<BackgrounDRb::CronTrigger:0x23be960>
20070313-15...
2007 Mar 13
3
Scheduled worker dies after about 30-45 runs
...oading Worker Class File:
/home/david/redclay/lib/workers/ebay_auction_worker.rb
20070312-18:14:31 (24028) Loading Sechedule:
classebay_auction_workerargsjob_keyebay_auction_runner
classebay_auction_workertrigger_args0 * * * * *
*trigger_typecron_triggerjob_keyebay_auction_runner
#<BackgrounDRb::CronTrigger:0xb73ae12c>
20070312-18:15:00 (24028) Schedule triggered: #<struct #<Class:0xb7956b38>
job=#<Proc:0xb79c1ac8@/home/david/redclay/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:355>,
trigger=#<BackgrounDRb::CronTrigger:0xb73ae12c @hour=0..23, @year=nil,
@day=...
2007 Jun 04
2
backgroundrb scheduler
...even run fine some of the time through cron.
20070604-06:00:00 (29111) Schedule triggered: #<struct #<Class:0xb7a2a5ac>
job=#<Proc:0xb7982dac@/var/www/companyapp/releases/20070531073057/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:355>,
trigger=#<BackgrounDRb::CronTrigger:0xb7366cc0 @sec=[0], @wday=0..6,
@min=[0], @month=1..12, @hour=[6], @year=nil, @day=1..31, @cron_expr="0 0 6
* * * *">, earliest=Mon Jun 04 06:00:00 EDT 2007, last=Mon Jun 04 06:00:00
EDT 2007>
20070604-10:00:03 (29111) Starting worker: collect_worker collect
(collect_worker_colle...
2006 Nov 29
0
BackgrounDRb 0.2.1 Release
...ernal schedule definition file
- Scheduler: do_work semantic changes (README: Special case: :do_work)
- Rails: disabled rake tasks for start/stop/restart for now.
- Rails: disabled Rails unit test in worker generator
- Documentation: Deprecation of TODO file, items are in trac now.
- Documentation: CronTrigger documentation
== 0.2.0 (Released October 30, 2006 - r105)
Initial release of BackgrounDRb rewrite. This was is also the first
versioned release. The README contains the best overview the the new
architecture. This is the baseline release.
-- Ezra Zygmuntowicz
-- Lead Rails Evangelist
-- ez...
2006 Nov 04
1
BackgrounDRb Call for help
...people have issues with it running more then one instance of the
timed worker at once. This is no good. So I have created a new
scheduler class. This is solely dedicated to scheduling jobs. There
is a Trigger class that allows for simple repeat every style workers.
But there is also a new CronTrigger class that can fire off events
using cron copmpatable syntax! This means you can use cron jobs like
''1 * * * * * *'' or even ''28/5,59 1-4,6,20 */1 * 5,0/1 * *'' . this
allows for a very flexible scheduler. I borrowed some of this code
from the moment gem...
2007 May 31
0
Slave socket problem again
...816) Starting worker: s_e_work sql_exe
(s_e_work_sql_exe) ()
20070531-11:07:05 (31816) Schedule triggered: #<struct
#<Class:0xb7df5324>
job=#<Proc:0xb7e3c274@/home/kskalski/railsapp/sars/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:355>,
trigger=#<BackgrounDRb::CronTrigger:0xb7a3b42c @day=1..31,
@cron_expr="5 * * * * * *", @sec=[5], @wday=0..6, @min=0..59,
@month=1..12, @hour=0..23, @year=nil>, earliest=Thu May 31 11:07:05
+0200 2007, last=Thu May 31 11:07:05 +0200 2007>
20070531-11:07:05 (31816) failed to find slave socket - (RuntimeError)
20070531...