Willem

Results 23 comments of Willem

Could you add a notification, that this is meant for Capistrano 2 users?

Please validate that the `$redis` object can connect to the Redis server.

I guess I first would have to define better. I would like to know, if there are some features we could use when handling the multiple connections ourselves vs. having...

Partial cluster failure works perfectly with the `PHPRedisMutex`, todo investigate how this should work with the `PredisMutex`. I don't think it is realistic that multiple `Predis\ClientInterface` objects would be passed...

You mean, testing if the lock is taken, and then aborting?

I don't have any plans to add this feature. However, I'm willing to take in any pull requests that add this feature. If you want to create a PR for...

Thanks. So you want to have a different timeout for acquiring the lock and the maximum lock execution, correct? I think we should name the two locks then `$acquisitionTimeout` and...

Could you update all the files to change the naming, I'll have a better look in the coming days.

Try creating the mutex inside `$syncFunction`.

I'm also really interested in this change. We have this directory running full with files when we are unable to send logs to Stackdriver. Unfortunately, writing to disk cannot be...