generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
Description
Description
When creating a Rollup via Rollup create PAI and defining interval schedule, the Rollup gets created with schedule.start_time equal to the current time, but not with the time defined in the create request.
Steps to reproduce:
- Create a Rollup via create API with defined interval
scheduleandschedule.start_time - The returned created Rollup gets created with
schedule.start_timeequal to current time (time of request execution). Not the time defined in step 1. - Get he created Rollup by the get API and it
schedule.start_timeis not equal to time defined in step 1.
Expected behavior:
A Rollup must be created with schedule.start_time defined in step 1.
What is your host/environment?
- OS: macOS
- Version: 14.1
- Plugins: job schedler, index management
Additional context
this issue is similar to the issue #801