Attempt to catch dns query failures
This commit is contained in:
parent
ff7ab68a54
commit
7b225d8fc0
@ -127,6 +127,10 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
|
|||||||
} catch (SocketException $e) {
|
} catch (SocketException $e) {
|
||||||
Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
} catch (\ErrorException $e) {
|
||||||
|
Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user