An open API service indexing awesome lists of open source software.

https://github.com/ebitkov/update-lock-bundle

Locks access to a Symfony app while it's updating to prevent errors
https://github.com/ebitkov/update-lock-bundle

Last synced: 10 months ago
JSON representation

Locks access to a Symfony app while it's updating to prevent errors

Awesome Lists containing this project

README

          

# Symfony Update Lock

Often, when pushing the latest version to production, my apps run into errors when users try to access the page while
composer is still updating.

This bundle hooks into the update process, marks the application as updating and intercepts any requests until composer
is ready.