deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Multiple sockets for opcache

Open schmengler opened this issue 3 years ago • 0 comments
trafficstars

  • [ ] Bug fix #…?
  • [X] New feature?
  • [ ] BC breaks?
  • [ ] Tests added?
  • [X] Docs added?

This PR extends the cachetool configuration, so that multiple sockets (e.g. for multiple domains) can be addressed. See updated documentation for details. A retry mechanism has been added because clearing the opcache for multiple sockets too fast can result in errors.

Also downloading the cachetool has been changed analogous to composer, to the .dep directory

For backwards compatibility:

  • the old cachetool configuration still works and has precedence, albeit undocumented
  • if cachetool.phar is in the current/release path,it will be used

schmengler avatar Oct 31 '22 09:10 schmengler