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
- Host: GitHub
- URL: https://github.com/ebitkov/update-lock-bundle
- Owner: ebitkov
- License: mit
- Created: 2022-04-12T10:00:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T14:07:51.000Z (about 4 years ago)
- Last Synced: 2025-03-06T11:38:40.536Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.