mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
don't check dont-retry'
This commit is contained in:
@@ -250,10 +250,6 @@ while True:
|
||||
if not lockFree('polling.{}'.format(device_id)):
|
||||
releaseLock('queued.{}'.format(device_id))
|
||||
continue
|
||||
if device_id in dont_retry:
|
||||
retry_devs_found[device_id] = dont_retry[device_id]
|
||||
releaseLock('queued.{}'.format(device_id))
|
||||
continue
|
||||
|
||||
if next_poll and next_poll > datetime.now():
|
||||
log.debug('DEBUG: Sleeping until {0} before polling {2}'.format(next_poll, device_id))
|
||||
|
||||
Reference in New Issue
Block a user