DataDog/php-datadogstatsd

blocking on socket_sendto

Opened this issue · 0 comments

My application has started to barf in the following line:

socket_sendto($socket, $udp_message, strlen($udp_message), 0, static::$__server, static::$__serverPort);

This is the error:

Maximum execution time of 300 seconds exceeded
in: /var/www/site/libraries/php-datadogstatsd/libraries/datadogstatsd.php
line: 228
Error type: 1
IP: REMOVED

I was running an old version of the code and just updated to the latest and greatest.