Displaying 1 result from an estimated 1 matches for "beautfiully".
Did you mean:
beatifully
2006 Sep 28
2
Duplicate record weirdness ?
...called ''Syncer'' [How''s that for an
oddball use case!]. Now this model exposes a static method which goes away
and does the business. When it starts synchronising it creates 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)...