Skip to content

The use can specify the timezone of the schedule expression in Scheduled Job #4604

Open
@RaffaeleSgarro

Description

In my workload manifest.yml I have the following cron schedule:

name: morning-report
type: Scheduled Job

on:
  schedule: "cron(0 9 ? * MON-FRI *)"

But the time is assumed in UTC and the timezone can't be changed. It would be nice if the manifest could map the EventBridge scheduler option:

aws scheduler create-schedule \
  --schedule-expression "at(2022-11-20T13:00:00)" \
  --name schedule-name \
  --schedule-expression-timezone "America/Los_Angeles"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    type/featureIssues that are new feature requests.type/requestIssues that are created by customers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions