This commit is contained in:
2021-09-15 11:32:58 +08:00
parent 8a02981a2e
commit 91e6e0384e

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