10 min read
Systems Engineering
Zero-Downtime Laravel Deploys: The Parts That Actually Bite
Atomic symlink swaps are the easy half. The failures that take a site down mid-deploy come from opcache, queue workers running old code, and migrations that lock a table.
#Laravel
#DevOps
#Architecture
Read