Skip to content

Commit

Permalink
Update packages/cli/src/config/schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Ajoue <[email protected]>
  • Loading branch information
netroy and krynble authored Feb 14, 2024
1 parent 0a6d0e3 commit 1b2c11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const schema = {
executions: {
// TODO: remove this and all usage of `executions.process` when we're sure that nobody has this in their config file anymore.
process: {
doc: 'Own mode has been removed and is only here for backwards compatibility of config files. N8n will use main mode for executions unless `executions.mode` is set to `queue`.',
doc: 'Deprecated key, that will be removed in the future. Please remove it from your configuration and environment variables to prevent issues in the future.',
format: String,
default: '',
env: 'EXECUTIONS_PROCESS',
Expand Down

0 comments on commit 1b2c11e

Please sign in to comment.