About healthcheck
lucasgarcia98
HOBBYOP

2 years ago

Why i can set to execute the healthcheck after building, and not in the end of build step?

9 Replies

lucasgarcia98
HOBBYOP

2 years ago

N/A


lucasgarcia98
HOBBYOP

2 years ago

1278456028622749700


2 years ago

wdym?


lucasgarcia98
HOBBYOP

2 years ago

I need the healthcheck after the building


lucasgarcia98
HOBBYOP

2 years ago

After the starting my application


lucasgarcia98
HOBBYOP

2 years ago

But, before the remove the last one deploy


lucasgarcia98
HOBBYOP

2 years ago

I need the healthcheck to be executed after building my application, but before it is done, I need to remove the deployment that I have active.


2 years ago

The healtcheck always run after building your application but there's no easy way to remove the active deployment before deploying your new one.
You can try to reduce the overlap (the time where your old deployment is active)

1278701522565337000


2 years ago

but tbh, why do you need to do that?


Loading...