Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable mission control jobs on production #1877

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

apoorv1316
Copy link
Collaborator

Closes #1876

config/routes.rb Outdated
@@ -7,7 +7,9 @@ def draw(routes_name)
end

Rails.application.routes.draw do
mount MissionControl::Jobs::Engine, at: "/jobs"
if Rails.env.development? || Rails.env.test?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unless Rails.env.production?

@apoorv1316 apoorv1316 merged commit 2142d5d into develop Jul 12, 2024
1 check passed
@apoorv1316 apoorv1316 deleted the disable-mission-control-production branch July 12, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable Solid Queue mission control on production
3 participants