Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ #addToCachedTasks
Method
#addToCachedTasks
packages/trigger-sdk/src/io.ts:1454–1456 ·
view source on GitHub ↗
(task: ServerTask)
Source
from the content-addressed store, hash-verified
1452
}
1453
1454
#addToCachedTasks(task: ServerTask) {
1455
this._cachedTasks.set(task.idempotencyKey, task);
1456
}
1457
1458
async
#doRunTask(task: RunTaskBodyInput) {
1459
try {
Callers
1
runTask
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected