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)
Fri, Sep 6, 11:17 AM
Unknown Object (File)
Wed, Sep 4, 6:08 AM
Unknown Object (File)
Sun, Aug 25, 5:42 AM
Unknown Object (File)
Sat, Aug 24, 7:33 PM
Unknown Object (File)
Mon, Aug 19, 2:35 PM
Unknown Object (File)
Mon, Aug 19, 7:31 AM
Unknown Object (File)
Fri, Aug 9, 3:29 PM
Unknown Object (File)
Aug 7 2024, 11:49 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.