#Transactional deployments?

10 messages · Page 1 of 1 (latest)

haughty yew
#

Are there transactional deployments? I would like all my containers to be on the same commit of my monorepo. Does this exist? If it doesn't, is it on the roadmap?

barren quiverBOT
#

Project ID: N/A

red drum
haughty yew
#

transactional similar to a db term

if one of my containers fails to deploy, I want all of them to be held back from deploying

red drum
#

You can manually rollback your services, but that's not ideal

#

you also may be able to use the api, but it's not well documented

#

cc @coral nebula any ideas?

coral nebula
#

not possible natively and doing this yourself with the api would be quite involved

haughty yew
#

figured, for now we live life on the bleeding edge