mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
Move brace to new line
This commit is contained in:
parent
c0cdc3cf68
commit
3514a4f063
@ -385,7 +385,8 @@ class Resque_Worker
|
|||||||
* Signal handler for SIGPIPE, in the event the redis connection has gone away.
|
* Signal handler for SIGPIPE, in the event the redis connection has gone away.
|
||||||
* Attempts to reconnect to redis, or raises an Exception.
|
* Attempts to reconnect to redis, or raises an Exception.
|
||||||
*/
|
*/
|
||||||
public function reestablishRedisConnection() {
|
public function reestablishRedisConnection()
|
||||||
|
{
|
||||||
$this->log('SIGPIPE received; attempting to reconnect');
|
$this->log('SIGPIPE received; attempting to reconnect');
|
||||||
Resque::redis()->establishConnection();
|
Resque::redis()->establishConnection();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user