# File lib/ruote/dashboard.rb, line 1029 def worker_state doc = @context.storage.get('variables', 'worker') || { 'type' => 'variables', '_id' => 'worker', 'state' => 'running' } doc['state'] end