writing.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small, intentional community for poets, authors, and every kind of writer.

Administered by:

Server stats:

323
active users

#continuousdelivery

0 posts0 participants0 posts today

[save the date✅] Appuntamento per chi si occupa di sviluppo prodotto.

✨Product Management Day 2025✨
5° edizione
📍Bologna - 📆 Giovedì 23 Ottobre 2025

La call for paper è aperta: manda la tua candidatura come speaker
📣sessionize.com/product-managem

#pmday #pmday25 #growth #ContinuousDiscovery #ContinuousDelivery #Ethics #AI #Inclusività

---
Product Management Day è la prima conferenza italiana dedicata al #productmanagement.
Organizzazione evento GrUSP & 20tab
Produzione Apropos Srl

Folks who've worked at large SAAS companies, I'm curious to know how long your services took to deploy, especially when you can share the approximate traffic.
From the containers fleet first starting to rotate pods, how long did it take until the new code was everywhere?
I've a service that's doing 100k requests per minute and it can take 15 minutes for everything to gracefully deploy without dropping requests or in flight transactions.
#continuousdelivery #devops #opslife

Anyone else find ArgoCD more hassle than it's worth?

Maybe we just have the a difficult workflow?

- GUI overrides confuse people and muck with GitOps philosophy
- GitOps pollutes the history and makes the repo very noisy
- Deployment timing is not known
- There's no CI feedback if a deployment failed
- We have to push dicey commits and bump Helm versions just to deploy and test stuff

I get the philosophy it's just... not seeming like an improvement over our GitLab jobs+environments that `helm upgrade`