Greetings, We are using ruote-kit with ruote-redis and seem to be hitting a bug. We have a simple participant that touches a file, waits 20s, then "rewinds". This works fine for a while, but then usually once a day it stops. The "/_ruote" endpoint shows the "process" still exists, but there is no entry for it in "workitems" nor "schedule", and nothing is reported on the "error" page.
Has anyone else experience a similar problem? Any suggestions on how I should go about tracking down the issue? Details of the our gem versions: gem 'ruote', '~> 2.2.0' gem 'ruote-kit', :git => 'http://github.com/kennethkalmer/ruote- kit.git', :ref => '191817aa92715b' gem 'redis', '2.2.2' gem 'ruote-redis', :git => 'https://github.com/jmettraux/ruote- redis.git', :ref => 'cdb5712aa' Cheers, -- 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
