LogoLogo
  • Hatchbox Classic Support
  • Clusters
  • Providers
  • Servers
  • Apps
    • ActionCable
    • Background Workers
    • Backups
    • BitBucket
    • Cron Jobs
    • Deploy Scripts
    • Domains & DNS
    • ElasticSearch
    • File Uploads
    • Image Processing
    • Jekyll
    • Passenger
    • Postgres
    • Puma
    • Rails
    • Rake
    • React On Rails
    • Ruby Versions
    • Sitemaps
    • Sphinx
    • SSL
    • Webhooks & Auto-Deploy
    • Webpacker
  • Security
  • Support
  • Databases
    • Backup & Restore
Powered by GitBook
On this page
  • Do apps have zero-downtime deployments?
  • How can I rollback a bad deploy?
  • Is there a maintenance mode I can turn on with my app?

Apps

PreviousServersNextActionCable

Last updated 6 years ago

Do apps have zero-downtime deployments?

When your deploy finishes, Passenger and Puma will be restarted. Passenger will be restarted using the passenger command line utility. Puma is restarted using graceful restarts using socket activiation.

How can I rollback a bad deploy?

We recommend reverting your changes in Git and then triggering a new deploy.

Is there a maintenance mode I can turn on with my app?

Not currently. This is something we will probably add in the future, but for now we recommend installing the .

Turnout gem