Am 15.06.2012 um 13:43 schrieb John Mettraux:

> 
> 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.

thank you, great to be here 
.. and I have so many questions :-)

> 
> 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.
> 

sounds good, I will definitely give it a try!

> 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).

ok, I managed to run our workflow after fixing some json-serialization issues, 
and changed all ruby times I put into the workitems into UTC times. 
So far all works .. 

Thanks a lot for you help, 
cu soon :-)



> 
> 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

-- 
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