We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdc3c commit 3514a4fCopy full SHA for 3514a4f
lib/Resque/Worker.php
@@ -385,7 +385,8 @@ public function unPauseProcessing()
385
* Signal handler for SIGPIPE, in the event the redis connection has gone away.
386
* Attempts to reconnect to redis, or raises an Exception.
387
*/
388
- public function reestablishRedisConnection() {
+ public function reestablishRedisConnection()
389
+ {
390
$this->log('SIGPIPE received; attempting to reconnect');
391
Resque::redis()->establishConnection();
392
}
0 commit comments