mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Enforce range for shutdown priority (no-changelog) (#9944)
This commit is contained in:
@@ -165,3 +165,7 @@ export const ARTIFICIAL_TASK_DATA = {
|
||||
],
|
||||
],
|
||||
};
|
||||
|
||||
export const LOWEST_SHUTDOWN_PRIORITY = 0;
|
||||
export const DEFAULT_SHUTDOWN_PRIORITY = 100;
|
||||
export const HIGHEST_SHUTDOWN_PRIORITY = 200;
|
||||
|
||||
Reference in New Issue
Block a user