ebitkov/update-lock-bundle

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

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.0 2022-05-13 13:55 UTC

This package is auto-updated.

Last update: 2024-06-13 18:39:42 UTC


README

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.