mage-os / devdocs-website

Mage-OS devdocs website
3 stars 12 forks source link

Fix flaky deployment #22

Closed DavidLambauer closed 1 year ago

DavidLambauer commented 1 year ago

Still trying to figure out what the cause is, but right now, almost every deployment triggers a 503. This can be resolved by an artisan optimize:clear or similar cache-dropping methods.

Right now, we have a hotfix in place where a cron checks the site for a 503, and if so, fires the command.

This ticket is for documentation purposes...

DavidLambauer commented 1 year ago

That should be done