stable
Clone or download
Read-only
request #15071: Async workers crash every minute when waiting on a message
When the default_socket_timeout limit is reached the worker crashes. The code has a special handling for this situation but since the upgrade to PHP Redis 5 [0] it is not trigerred anymore because of this change [1]. [0] git #tuleap/stable/417876702a2d6d34deff552e398f47766abe4c77 [1] https://github.com/phpredis/phpredis/commit/34d6403dd5579a421bcb9172f94a71b0d0dc87df Change-Id: I1f174c29e9ce8fd9fa4907ab965d53e00cfa29c3
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Queue/Redis/RedisPersistentQueue.php | +1 | −1 | Go to diff View file |