On Fri, Jun 15, 2012 at 01:30:08PM +0200, Marco Sehrer [ninjaconcept.com] wrote:
>
> found the error in my workflow where I used an ActiveSupport Duration
>
> call_rescheduler :reschedule_delay_time => 5.minutes
> after changing to:
> call_rescheduler :reschedule_delay_time => 5.minutes.to_s
> it works ..

Hello Marco,

welcome to the ruote mailing list.

This is great, you sorted it out by yourself. One has to limit himself to
fields that are JSON serializable (or BSON in that case).

> Btw. you marked ruote-mon as experimental, so I guess its not a good idea to 
> use it in production, the #todos list some missing implementations too, what 
> is the road-map for that?

The TODO is listing things that are currently working thanks to the default
implementations in lib/ruote/storage/base.rb, they are thus not optimized for
ruote-mon and [probably] yield poor performance.

I'd be extremely grateful if you'd at least try ruote-mon in a staging
environment. With your feedback we could move on, fix potential issues and
finally flag it as "production ready". So far the only issue I've seen with
it (apart from the non-optimized methods mentioned above) is a connection
issue after a while with Ruby 1.8.7 (cannot reconnect). I haven't had the
time to investigate (and was not too motivated since the issue is not present
with Ruby 1.9.2).

Thanks a lot,

--
John Mettraux - http://lambda.io/jmettraux

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to