Skip to content

Commit

Permalink
No default dispatch, is external queue based by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Oct 23, 2023
1 parent 4b5b04b commit 9d670ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/events/schedule/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ export async function dispatchEvent(event: DurableEventData) {
});
} else if (durable.schedule) {
await dispatchSchedule(durable);
} else {
const {dispatchScheduledDurableEvents} = await import("./dispatch-scheduled");
await dispatchScheduledDurableEvents({
event
});
}

return durable;
Expand Down

0 comments on commit 9d670ba

Please sign in to comment.