(
updates: WorkflowScheduleUpdate,
context: string
)
| 629 | }) |
| 630 | |
| 631 | const updateClaimedSchedule = ( |
| 632 | updates: WorkflowScheduleUpdate, |
| 633 | context: string |
| 634 | ): Promise<boolean> => |
| 635 | applyScheduleUpdate(payload.scheduleId, updates, requestId, context, { |
| 636 | expectedLastQueuedAt: claimedAt, |
| 637 | }) |
| 638 | |
| 639 | try { |
| 640 | const [scheduleRecord] = await db |
no test coverage detected