Updated ping command to explicitly use sync when dispatching job (#16346)

This commit is contained in:
eskyuu
2024-09-03 09:45:57 +08:00
committed by GitHub
parent b096ff86fc
commit 0cbf37ef86

View File

@ -33,4 +33,4 @@ if (isset($options['g'])) {
$groups = [];
}
PingCheck::dispatch($groups);
PingCheck::dispatchSync($groups);