-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cancel scheduled events #230
Copy link
Copy link
Closed
Labels
area/serverIssues related to the Trigger.dev serverIssues related to the Trigger.dev serverenhancementNew feature or requestNew feature or request💎 Bounty💰 Rewarded
Metadata
Metadata
Assignees
Labels
area/serverIssues related to the Trigger.dev serverIssues related to the Trigger.dev serverenhancementNew feature or requestNew feature or request💎 Bounty💰 Rewarded
Currently, events can be scheduled like so:
I want the ability to cancel them.
Either an identifier should be provided as an argument to the function or returned by it so that it can later be referenced when the scheduled event should be canceled.
Alternatively, there should be a completely separate API for scheduling events.