Deprecated
Table of Contents
| src/Core/Model.php |
| src/Database/Connection.php |
Model.php
| Line | Element | Reason |
|---|---|---|
| 128 | Model::heartbeat() | since 1.2.0 Connections self-heal on use via the database layer's assertConnection(); manual keep-alive loops are no longer necessary. Remove your heartbeat() calls. |
Connection.php
| Line | Element | Reason |
|---|---|---|
| 318 | Connection::heartbeat() | since 1.2.0 The connection now self-heals on use via assertConnection(), so a manual keep-alive loop is no longer necessary. Simply remove your heartbeat() calls and let queries transparently (re)connect as needed. Kept for backward compatibility with existing worker loops. |