mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Offload manual executions to workers (#11284)
This commit is contained in:
@@ -113,6 +113,10 @@ export class InstanceSettings {
|
||||
return !this.isMultiMain;
|
||||
}
|
||||
|
||||
get isWorker() {
|
||||
return this.instanceType === 'worker';
|
||||
}
|
||||
|
||||
get isLeader() {
|
||||
return this.instanceRole === 'leader';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user