Skip to content

Commit dfcfba3

Browse files
author
Gabriel Monroy
committed
fix(controller): add default retries to scheduler
1 parent 006eb07 commit dfcfba3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

controller/registry/private.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
from api.utils import encode
1313

14+
requests.adapters.DEFAULT_RETRIES = 5
15+
1416

1517
def publish_release(source, config, target):
1618
"""

0 commit comments

Comments
 (0)