This commit is contained in:
yystopf 2021-09-15 11:32:58 +08:00
parent 8a02981a2e
commit 91e6e0384e
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class BroadcastMirrorRepoMsgJob < ApplicationJob
if result == 0
count = 3
while count > 0
sleep 3.seconds
result = broadcast(project, json_data)
if result > 0
break