WeSearch

Bajándole todos los minutos posibles al CI del backend con mas de 1000 tests

·15 min read · 0 reactions · 0 comments · 23 views
#ci#python#githubactions#optimization#Franchesco Romero#AWS#GitHub#PostgreSQL
Bajándole todos los minutos posibles al CI del backend con mas de 1000 tests
⚡ TL;DR · AI summary

The article discusses the optimization of backend continuous integration (CI) processes using over 1000 tests. It highlights the challenges faced in identifying bottlenecks and the eventual realization that the main issue was not what was initially optimized. The author shares insights on various strategies implemented to improve CI times, including the use of alternative package managers and database optimizations.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1636392) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Franchesco Romero for AWS Community Builders Posted on May 26 Bajándole todos los minutos posibles al CI del backend con mas de 1000 tests #githubactions #ci #python Esta es la historia de muchas horas de trabajo en un hoyo continuo tratando de elegir optimizaciones entre package managers, caches paralelismo, optimizaciones de PostgreSQL, advisory locks, y el golpe de realidad de darme cuenta que el cuello de botella no era nada de lo que había estado optimizando, si no algo que no…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)