()
| 18 | * are both source and subscriber. |
| 19 | */ |
| 20 | export function excludeSimExecutionsCondition(): SQL { |
| 21 | return ne(workflowExecutionLogs.trigger, SIM_TRIGGER_PROVIDER) |
| 22 | } |
| 23 | |
| 24 | async function checkConsecutiveFailures(workflowId: string, threshold: number): Promise<boolean> { |
| 25 | const recentLogs = await db |
no outgoing calls
no test coverage detected