search for: filemakersyncwork

Displaying 1 result from an estimated 1 matches for "filemakersyncwork".

Did you mean: filemakersyncworker
2006 Sep 28
2
Duplicate record weirdness ?
...es a log record for it, and when it finishes it updates that log record. Fair enough. All is working beautfiully and this is the perfect candidate for using with backgroundRb. First couple of runs through it worked perfectly. Then things started going wonky. My worker is as simple as this.. class FilemakerSyncWorker < BackgrounDRb::Rails repeat_every 20.minutes first_run Time.now def do_work(args) Syncer.new.synchronise end end What''s really weird, and maybe is my complete lack of understanding of threads and such like is this, randomly, throughout the day the log records created in...