trigger.dev
Version:
A Command-Line Interface for Trigger.dev projects
7 lines (6 loc) • 339 B
TypeScript
/**
* If the indexer registered any duplicate task ids (across files and task
* types), report them to the parent via TASKS_FAILED_TO_INDEX and return true.
* Callers must stop indexing (skip INDEX_COMPLETE) when this returns true.
*/
export declare function reportTaskIdCollisions(send: (message: unknown) => void): Promise<boolean>;