Skip to content

Commit

Permalink
turn off preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Apr 3, 2020
1 parent 9340091 commit 2f52f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def set_sqed_depiction
@sqed_depiction = SqedDepiction.where(project_id: sessions_current_project_id).find(params[:id])
@sqed_depiction.update_column(:in_progress, Time.now)
# TODO: Run jobs in background with admin task.
@sqed_depiction.preprocess
# @sqed_depiction.preprocess
end

end

0 comments on commit 2f52f9b

Please sign in to comment.