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

Function shouldExecuteInline

apps/sim/lib/core/async-jobs/config.ts:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 * Database fallback is the only mode that still relies on inline execution.
89 */
90export function shouldExecuteInline(): boolean {
91 return getAsyncBackendType() === 'database'
92}
93
94/**
95 * Resets the cached backend (useful for testing)

Callers 5

dispatchCleanupJobsFunction · 0.90
queueWebhookExecutionFunction · 0.90
handleAsyncExecutionFunction · 0.90
runScheduleTickFunction · 0.90

Calls 1

getAsyncBackendTypeFunction · 0.85

Tested by

no test coverage detected