diff --git a/netbox_awx_plugin/synchronization.py b/netbox_awx_plugin/synchronization.py index 7b90ba5dd43079a6ec4f4c6959484093b861ad1e..7f96e5d87be3c4c7622e1cea7391e217f256c345 100644 --- a/netbox_awx_plugin/synchronization.py +++ b/netbox_awx_plugin/synchronization.py @@ -20,11 +20,9 @@ import urllib3 # Set up logging logger = logging.getLogger(__name__) -# Suppress only the single InsecureRequestWarning from urllib3 -urllib3.disable_warnings(InsecureRequestWarning) # Configuration for retry mechanism -MAX_RETRIES = 5 +MAX_RETRIES = 18 INITIAL_DELAY = 1 BACKOFF_FACTOR = 2