Page MenuHomePhorge

./artisan status:health: check every backend instead of just one
ClosedPublic

Authored by mollekopf on Mar 27 2023, 10:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 8:54 AM
Unknown Object (File)
Fri, May 3, 3:58 PM
Unknown Object (File)
Thu, May 2, 9:18 AM
Unknown Object (File)
Sat, Apr 27, 6:21 PM
Unknown Object (File)
Thu, Apr 25, 1:50 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Subscribers

Details

Diff Detail

Repository
rK kolab
Branch
dev/mollekopf
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/app/Console/Commands/Status/Health.php:158phpstanVariable $response might not be defined.
Unit
No Test Coverage
Build Status
Buildable 42164
Build 16997: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Mar 27 2023, 11:33 AM
machniak subscribed.

An improvement would be to print which backend failed. Also, we shouldn't var_export the whole response object, error code/message would be enough.

This revision is now accepted and ready to land.Mar 27 2023, 11:49 AM

Only print the status code and reason

This revision was landed with ongoing or failed builds.Mar 27 2023, 2:43 PM
This revision was automatically updated to reflect the committed changes.