edgexfoundry / go-mod-core-contracts

Owner: Core/Support WG
Apache License 2.0
27 stars 67 forks source link

Add Validation for Cron Expression #914

Closed jackchenjc closed 3 months ago

jackchenjc commented 3 months ago

πŸš€ Feature Request

Relevant Package [REQUIRED]

This feature request is for support-cron-scheduler ### Description [**REQUIRED**] Add validation for cron expression which may need a new dependency. ### Describe the solution you'd like If you have a solution in mind, please describe it. ### Describe alternatives you've considered Have you considered any alternative solutions or workarounds?
jackchenjc commented 3 months ago

Found that the gocron lib already has the crontab validation implemented here, closing this issue.