|
|
|
@@ -54,7 +54,7 @@ class ProjectsController < ApplicationController |
|
|
|
ActiveRecord::Base.transaction do |
|
|
|
Projects::CreateForm.new(project_params).validate! |
|
|
|
@project = Projects::CreateService.new(current_user, project_params).call |
|
|
|
OpenProjectDevOpsJob.set(wait: 5.seconds).perform_later(@project&.id, current_user.id) |
|
|
|
# OpenProjectDevOpsJob.set(wait: 5.seconds).perform_later(@project&.id, current_user.id) |
|
|
|
end |
|
|
|
rescue Exception => e |
|
|
|
uid_logger_error(e.message) |
|
|
|
|