The number of times Slurp’it will try to login with SSH before it will return a time-out.
When can this be usefull?
- Older devices that always respond with a time-out the first time
- Busy devices which at the moment could not respond to SSH
- Strange tropical devices who don’t like automation and for unknown reasons will return a time-out once in a while
- When you experience latency issues
Default: 1 Type: integer Number of times ssh will try to login before giving upSCRAPER_LOGIN_RETRY_DELAY: 0.5
Default: 0.1 Type: float Time in seconds between each login retryExample
version: ‘3’
services:
slurpit-scraper:
image: slurpit/scraper
environment:
SCRAPER_LOGIN_RETRY:3
SCRAPER_LOGIN_RETRY_DELAY:0.5