Further enhancement with #9063a2a - to ensure our message addressing and content picks the right address
This commit is contained in:
@@ -26,7 +26,7 @@ class SystemHeartbeat #implements ShouldQueue
|
||||
public function handle(): void
|
||||
{
|
||||
// Our zones
|
||||
$our_zones = Setup::findOrFail(config('app.id'))->system->addresses->pluck('zone_id')->unique();
|
||||
$our_zones = our_address()->pluck('zone_id')->unique();
|
||||
|
||||
// Find our uplinks that are hubs, NC, RC or ZCs
|
||||
// Find any system that also has heartbeat configured
|
||||
|
Reference in New Issue
Block a user