Prevent redundant retry in registor job.
This commit is contained in:
parent
13c5d73b8e
commit
dda20f9aec
@ -136,7 +136,7 @@ func pushRelayJob(sourceInbox string, body []byte) {
|
|||||||
func pushRegistorJob(inboxURL string, body []byte) {
|
func pushRegistorJob(inboxURL string, body []byte) {
|
||||||
job := &tasks.Signature{
|
job := &tasks.Signature{
|
||||||
Name: "registor",
|
Name: "registor",
|
||||||
RetryCount: 25,
|
RetryCount: 2,
|
||||||
Args: []tasks.Arg{
|
Args: []tasks.Arg{
|
||||||
{
|
{
|
||||||
Name: "inboxURL",
|
Name: "inboxURL",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user