pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Validate the cron expression and convert it to the required format

Open jianzs opened this issue 2 years ago • 0 comments

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 avatar Oct 25 '23 09:10 jianzs