fix: correct node_sync queue assignment in horizon

This commit is contained in:
xboard
2026-03-16 02:28:28 +08:00
parent c45fee2a26
commit c24e09f0c7
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class NodeUserSyncJob implements ShouldQueue
private readonly string $action,
private readonly ?int $oldGroupId = null
) {
$this->onQueue('notification');
$this->onQueue('node_sync');
}
public function handle(): void