Skip to content

Commit

Permalink
back to regular processing
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Nov 26, 2014
1 parent 22b1cee commit 1579137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/worker/process_app.rb
Expand Up @@ -7,7 +7,7 @@ def node_perform(app_id, crawled_at=nil, options={})
crawled_at = Date.parse(crawled_at) if crawled_at.is_a? String
crawled_at ||= Date.today
Timeout.timeout(6.minutes) do
Stack.process_app_only_raw(options.merge(:app_id => app_id, :crawled_at => crawled_at))
Stack.process_app(options.merge(:app_id => app_id, :crawled_at => crawled_at))
end
end

Expand Down

0 comments on commit 1579137

Please sign in to comment.