Open
Description
Is your feature request related to a problem? Please describe.
I have two websites hosted on the same server. I can't run twho schedulers
Describe the solution you'd like
In this file vendor/synolia/sylius-scheduler-command-plugin/src/Command/SynoliaSchedulerRunCommand.php
replace
if (!$this->lock() {
by
if (!$this->lock(realpath(dirname(FILE)))) {