I am trying to have a continuously running Starfish server & clients. I have the following configuration:
--
map_reduce.type = Feed
map_reduce.empty_queue_wait = 30
map_reduce.rescan_when_complete = true
map_reduce.queue_size = 1000
map_reduce.conditions = ["next_update <= NOW() AND status = 1"]
--
It seem to be running fine, however when it's complete it then gives the following error:
/usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/../bin/../lib/starfish.rb:76:in `join': SIGHUP (SignalException)
from /usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/../bin/../lib/starfish.rb:76:in `server'
from /usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/../bin/starfish:22
/usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/starfish.rb:213:in `kill': No such process (Errno::ESRCH)
from /usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/starfish.rb:213:in `stop'
from /usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/lib/starfish.rb:145:in `client'
from /usr/lib/ruby/gems/1.8/gems/starfish-1.2.1/bin/starfish:26
from /usr/bin/starfish:16:in `load'
from /usr/bin/starfish:16
stopping the server
Not sure why this is happening. Also, I haven't seen any news, updates, or information on Starfish in quite a while. Is it still being maintained?
|