ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

πŸš‘οΈ Release hotfix/v1.55.1 (hotfix) #4409

Closed pcrespov closed 1 year ago

pcrespov commented 1 year ago

Release version

1.55.1

Branch from Commit SHA

48d29cda9cb81c570fbd329ec560eb0c2167321a

Previous release

https://github.com/ITISFoundation/osparc-simcore/releases/tag/v1.55.0

Motivation

πŸš‘οΈ Hotfix branch

Changes

Releasing πŸš€

pcrespov commented 1 year ago
mrnicegyu11 commented 1 year ago
  • @mrnicegyu11 We noticed that the deployment agents in production were active! For hotfixes this is pretty risky since we target update specific services in the stack and want to avoid a full update. It would be desirable to set scale=0 by default for the production-deployment-agent.

Hi @pcrespov thanks for the feedback and the hotfix!

Having the deployment agent paused or disabled on prod should (in my eyes) be for exceptional situations only and every time it happens (and every day that it remains paused) should be a warning sign to us that we do something considered a bad practice, i.e. potentially "slow and hacky". At this time I would rather suggest leveling up our procedures so the deployment agent can be always on, as intended ;) I am not sure I am ready to just turn the guy off, we can continue this discussion in person if you want :)

And since maybe you dont know what I am talking about above: There is already today an intended way to do hotfixes with the deployment agent enabled, and this should be the way to go I guess, rather than the hacky approach with pausing it :) I can explain this in more details if anyone is interested

In case the deployment agent is actually having buggy behaviour or is causing troubles, we will of course shut it down ASAP and in investigate ;)

CC @matusdrobuliak66