Customer has a requirement to schedule batch update of a AIDP delta table to run every 30 minutes.
The standard Unix Cron job format should be supported, which is Use the following cron expression: */30 * * * *
However this is not working. Please consider supporting standard expression for Cron jobs.