Prevent redundant retry in registor job.

This commit is contained in:
Naoki Kosaka 2020-07-27 22:26:55 +09:00
parent 13c5d73b8e
commit dda20f9aec

View File

@ -136,7 +136,7 @@ func pushRelayJob(sourceInbox string, body []byte) {
func pushRegistorJob(inboxURL string, body []byte) {
job := &tasks.Signature{
Name: "registor",
RetryCount: 25,
RetryCount: 2,
Args: []tasks.Arg{
{
Name: "inboxURL",