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)
Sat, Jul 20, 6:28 PM
Unknown Object (File)
Sat, Jul 20, 4:16 AM
Unknown Object (File)
Fri, Jul 12, 8:12 PM
Unknown Object (File)
Fri, Jul 12, 5:32 PM
Unknown Object (File)
Sat, Jul 6, 4:36 PM
Unknown Object (File)
Sat, Jul 6, 8:40 AM
Unknown Object (File)
Jun 25 2024, 4:47 AM
Unknown Object (File)
Jun 24 2024, 6:55 AM
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.