Skip to content

Commit

Permalink
update sched timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet authored Feb 18, 2024
1 parent 7259987 commit 471ee0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update Server

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types:
- closed
Expand Down
2 changes: 1 addition & 1 deletion app/ETL/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ETL_job = define_asset_job("ETL_job",selection=all_assets)
ETL_schedule = ScheduleDefinition(
job=ETL_job,
cron_schedule="0 0 * * *",
cron_schedule="0 0 * * *",execution_timezone="Asia/Bangkok"
)

defs = Definitions(
Expand Down

0 comments on commit 471ee0b

Please sign in to comment.