Skip to content

Commit

Permalink
job to run 5 times instead of midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Feb 20, 2024
1 parent 7c6a239 commit 9beb183
Showing 1 changed file with 1 addition and 1 deletion.
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 * * *",execution_timezone="Asia/Bangkok"
cron_schedule="0 12,14,16,20,22 * * *",execution_timezone="Asia/Bangkok"
)

defs = Definitions(
Expand Down

0 comments on commit 9beb183

Please sign in to comment.