Merge pull request #39 from yukimochi/prevent_retry

Prevent redundant retry in registor job.
This commit is contained in:
Naoki Kosaka 2020-07-27 22:36:13 +09:00 committed by GitHub
commit c356e47986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",