Completed
Push — health-check ( 3281b4...ded797 )
by
unknown
49s
created
src/SWP/Bundle/CoreBundle/Service/HealthCheck/Checker/SupervisorChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 ],
69 69
                 'total_processes' => 1,
70 70
                 'running_processes' => 0, // Unknown without direct access
71
-                'failed_processes' => 0,  // Unknown without direct access
71
+                'failed_processes' => 0, // Unknown without direct access
72 72
             ];
73 73
 
74 74
             // Consider it healthy if supervisor is reachable (process monitoring available)
Please login to merge, or discard this patch.