feat(core): Remove own execution-process mode (#8490)
This commit is contained in:
committed by
GitHub
parent
79c9763122
commit
121a55b691
@@ -234,15 +234,6 @@ export const schema = {
|
||||
},
|
||||
|
||||
executions: {
|
||||
// By default workflows get always executed in the main process.
|
||||
// TODO: remove this and all usage of `executions.process` when `own` mode is deleted
|
||||
process: {
|
||||
doc: 'In what process workflows should be executed.',
|
||||
format: ['main', 'own'] as const,
|
||||
default: 'main',
|
||||
env: 'EXECUTIONS_PROCESS',
|
||||
},
|
||||
|
||||
mode: {
|
||||
doc: 'If it should run executions directly or via queue',
|
||||
format: ['regular', 'queue'] as const,
|
||||
|
||||
Reference in New Issue
Block a user