Closed npoggenburg closed 2 years ago
I just stumbled on this same issue and made a quick patch - which works for us right now. Feel free to test it @npoggenburg :
composer config repositories.cron git https://github.com/cron-eu/distributed-locks.git
composer require b13/distributed-locks:dev-14-disable-redis-locking
Maybe @bmack can take a look at it and integrate and release a new version with this option. Thanks for the cool work on it, B13!
Hello fellow TYPO3 enthusiasts,
I have a question about the extension and TYPO3 11. Under TYPO3 11 all extensions are activated, which are in the composer.lock. When developing I have the following environments:
This can lead to the following problems on the systems above:
Is there a nice way to enable the extension under TYPO3 11 only on certain systems, or is this not provided?
Thank you so much for developing and maintaining this extension, best regards Nico <3