go-co-op / gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.61k stars 308 forks source link

feat: add WithIdentifier #754

Closed pcfreak30 closed 3 months ago

pcfreak30 commented 3 months ago

What does this do?

Adds an job definition builder option to set the UUID

Which issue(s) does this PR fix/relate to?

Resolves #753

List any changes that modify/break current functionality

Have you included tests for your changes?

Did you document any new/modified functionality?

Notes