Merge pull request #39 from yukimochi/prevent_retry
Prevent redundant retry in registor job.
This commit is contained in:
commit
c356e47986
@ -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