MCPcopy Index your code
hub / github.com/simstudioai/sim / excludeSimExecutionsCondition

Function excludeSimExecutionsCondition

apps/sim/lib/workspace-events/rules.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 6

hasRecentActivityFunction · 0.90
rules.test.tsFile · 0.90
checkConsecutiveFailuresFunction · 0.85
checkFailureRateFunction · 0.85
checkLatencySpikeFunction · 0.85
checkErrorCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected