Fix null Node Stats (#1075)

* Make sure we are talking to the right wings using `getSystemInformation` as a gate keeper

* Re use method

Co-authored-by: Lance Pioch <git@lance.sh>

---------

Co-authored-by: Lance Pioch <git@lance.sh>
This commit is contained in:
MartinOscar 2025-03-15 19:28:15 +01:00 committed by GitHub
parent 998ad2ee31
commit 11b153d23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,6 +364,8 @@ class Node extends Model implements Validatable
];
try {
$this->systemInformation();
return Http::daemon($this)
->connectTimeout(1)
->timeout(1)