zenstruck / schedule-bundle

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.
MIT License
387 stars 20 forks source link

Add support for custom task ids #81

Closed bobvandevijver closed 1 year ago

bobvandevijver commented 1 year ago

Implementation for #78. I have not added additional checks for duplicated task ids, as I believe the relevant checks were already present in case for when the expression and description somehow matches.