Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate the cron expression and convert it to the required format #43

Open
jianzs opened this issue Oct 25, 2023 · 0 comments
Open

Validate the cron expression and convert it to the required format #43

jianzs opened this issue Oct 25, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers sdk Client SDK and Infra SDK

Comments

@jianzs
Copy link
Contributor

jianzs commented Oct 25, 2023

The schedule resource utilizes the cron expression to define the schedule. However, different runtimes have varying required formats. Hence, it is necessary for us to offer a standardized format for users. In the infra SDK, we need to validate whether the expression provided by the user is valid and convert it into the required format for that specific runtime.

Additionally, we need to consider the difference between the user's local time zone and the runtime. It would be beneficial for users if we could convert it to their preferred settings.

@jianzs jianzs added bug Something isn't working sdk Client SDK and Infra SDK good first issue Good for newcomers labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers sdk Client SDK and Infra SDK
Projects
None yet
Development

No branches or pull requests

1 participant