Title here
Summary here
Move from php pionia serve to persistent workers suitable for staging/production.
optimize --production before cutovercomposer install --no-dev -o
php pionia optimize --production
php pionia rr:setup
php pionia runserver --detach
curl -s http://127.0.0.1:8000/api/v1/pingZero-downtime deploy pattern:
php pionia maintenance:on --message="Deploying DeskFlow" --retry-after=120
# deploy artifacts, restart workers
php pionia maintenance:offGuides: RoadRunner · Production performance · Maintenance.
opcache.enable_cli=1 for workers — see production PHP ini example in ops guide.