You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 schedule and schedule.start_time
The returned created Rollup gets created with schedule.start_time equal 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_time is 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
The text was updated successfully, but these errors were encountered:
Description
When creating a Rollup via Rollup create PAI and defining interval
schedule
, the Rollup gets created withschedule.start_time
equal to the current time, but not with the time defined in the create request.Steps to reproduce:
schedule
andschedule.start_time
schedule.start_time
equal to current time (time of request execution). Not the time defined in step 1.schedule.start_time
is 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?
Additional context
this issue is similar to the issue #801
The text was updated successfully, but these errors were encountered: