Use ProofEvaluationStateUpdater.
ensure that state_updater only changes state.
add TimeoutWorker Tests should be green. Also StateUpdater methods are not protected anymore (we should be able to manipulate the state from outside of the model).
fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.
Handle exception on updating the ontology state related to #608
state_updated_at added
Logging of exceptions thrown in the resque block.
StateUpdater fixed and tested should solve #430 and #405
Ensure ontology state is updated even on exceptions [2] related to #340
Ensure ontology state is updated even on exceptions related to #340
ActiveRecord::StatementInvalid in the state_updater
Handle PG::Error in the state_updater
Handling of Sidekiq::Shutdown Set the state to pending, because sidekiq requeues the current job. Closes #340 and #430
Retrying of failed ontologies implemented. closes #340
States for OopsRequest implemented.