BrettRToomey / Jobs

A job system for Swift backends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel a previously created job

MaherKSantina opened this issue · comments

Is there a way I can cancel a previous job by name? I want to schedule a job based on a user's input for a specific date, but they have the ability to update the date later on. Therefore I would need to cancel the previous job for that item and add a new one, or update the date of the current job.