mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Move own mode to deprecation service (#14716)
This commit is contained in:
@@ -140,6 +140,8 @@ export abstract class BaseCommand extends Command {
|
||||
|
||||
Container.get(DeprecationService).warn();
|
||||
|
||||
if (process.env.EXECUTIONS_PROCESS === 'own') process.exit(-1);
|
||||
|
||||
if (
|
||||
config.getEnv('executions.mode') === 'queue' &&
|
||||
this.globalConfig.database.type === 'sqlite'
|
||||
|
||||
Reference in New Issue
Block a user