MCPcopy
hub / github.com/triggerdotdev/trigger.dev / queueingIsEnabled

Function queueingIsEnabled

apps/proxy/src/index.ts:64–71  ·  view source on GitHub ↗
(env: Env)

Source from the content-addressed store, hash-verified

62}
63
64function queueingIsEnabled(env: Env) {
65 return (
66 env.AWS_SQS_ACCESS_KEY_ID &&
67 env.AWS_SQS_SECRET_ACCESS_KEY &&
68 env.AWS_SQS_QUEUE_URL &&
69 env.AWS_SQS_REGION
70 );
71}

Callers 1

fetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…