refactor(core): Centralize scaling mode (no-changelog) (#9835)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
|
||||
/**
|
||||
* See https://github.com/OptimalBits/bull/blob/60fa88f08637f0325639988a3f054880a04ce402/docs/README.md?plain=1#L133
|
||||
* @docs https://docs.bullmq.io/guide/workers/stalled-jobs
|
||||
*/
|
||||
export class MaxStalledCountError extends ApplicationError {
|
||||
constructor(cause: Error) {
|
||||
|
||||
Reference in New Issue
Block a user