Would it be possible to configure the default lock_store with the framework.lock: '%env(LOCK_DSN)%' configuration
instead of having to redefine it ?
in addition the following lock_store configuration: lock_store:'%env(LOCK_DSN)%' does not work, you must pass it a service name.
scheduler_bundle:
lock_store: lock.default
Would it be possible to configure the default
lock_storewith theframework.lock: '%env(LOCK_DSN)%'configurationinstead of having to redefine it ?
in addition the following lock_store configuration:
lock_store:'%env(LOCK_DSN)%'does not work, you must pass it a service name.