Skip to content

[Feature] give possibility to run multiple instances on one server #88

Open
@olivierharo

Description

@olivierharo

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)))) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions