Question

Disable automatic rollbacks for deployments on App Platform

I have an App that exists to run cron-like process, which I run manually. It runs, and shuts down. Sometimes it fails, and this triggers a “automatic rollback to previous deployment”, which is never what I want, because the issue is almost always with an external resource.

How do I disable this?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
April 6, 2024

Hey @petersergeant,

I believe that this is not really possible out of the box.

The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.

https://ideas.digitalocean.com/

In the meantime what you could do is to come up with a mechanism that detects the failure in those external API calls and does not terminate your run process. Or you could implement a health check endpoint that is always healthy even though the app would fail to complete the external calls that you are referring to:

https://docs.digitalocean.com/glossary/health-check/

Another option could be to use a serverless function with scheduled time:

https://docs.digitalocean.com/products/functions/how-to/schedule-functions/

Hope that helps!

- Bobby.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.