fix
This commit is contained in:
parent
8a02981a2e
commit
91e6e0384e
|
@ -24,6 +24,7 @@ class BroadcastMirrorRepoMsgJob < ApplicationJob
|
||||||
if result == 0
|
if result == 0
|
||||||
count = 3
|
count = 3
|
||||||
while count > 0
|
while count > 0
|
||||||
|
sleep 3.seconds
|
||||||
result = broadcast(project, json_data)
|
result = broadcast(project, json_data)
|
||||||
if result > 0
|
if result > 0
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue