Skip to content

fix: Change ScheduleJobPayload.jobStartTime from Instant to String - #944

Merged
eirsep merged 1 commit into
opensearch-project:mainfrom
eirsep:jobstarttime-string-fix
Apr 24, 2026
Merged

fix: Change ScheduleJobPayload.jobStartTime from Instant to String#944
eirsep merged 1 commit into
opensearch-project:mainfrom
eirsep:jobstarttime-string-fix

Conversation

@eirsep

@eirsep eirsep commented Apr 24, 2026

Copy link
Copy Markdown
Member

jobStartTime needs to support both scheduler placeholders (e.g. <aws.scheduler.scheduled-time>) on the producer side and actual ISO-8601 timestamps on the consumer side. Using String allows the POJO to be used directly by both paths.

jobStartTime needs to support both scheduler placeholders
(e.g. <aws.scheduler.scheduled-time>) on the producer side and
actual ISO-8601 timestamps on the consumer side. Using String
allows the POJO to be used directly by both paths.

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
@eirsep
eirsep merged commit b9b35cb into opensearch-project:main Apr 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants