zenstruck/schedule-bundle

Custom task ids

bobvandevijver opened this issue · 1 comments

I would like to see the possibility to set custom task ids (a bit like the Symfony command names), so it becomes easier and recognisable to force run certain tasks.

kbond commented

Sure, adding a Task::identifiedBy(string $id): self method should do the trick. Would you like to try a PR?