Skip to content

Commit

Permalink
Add back App as an alias to ProcessModel for rolling deploys
Browse files Browse the repository at this point in the history
Since we serialize classes for DelayedJob, we may still have jobs in the queue that reference App. This addresses that.

[#138382103]

Signed-off-by: Matt Royal <mroyal@pivotal.io>
  • Loading branch information
matt-royal committed Jul 27, 2017
1 parent 58369cd commit 8c1fdb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/runtime/process_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -613,5 +613,7 @@ def logger
end
end
end

App = ProcessModel
# rubocop:enable ClassLength
end

0 comments on commit 8c1fdb7

Please sign in to comment.