refactor: time area utc to gmt (utc +7)

main
MrWaradana 9 months ago
parent 89d6660cbc
commit 102be14636

@ -151,8 +151,8 @@ dag = DAG(
"fetch_daily_maximo_data",
default_args=default_args,
description="A DAG to fetch data from Maximo API endpoint asynchronously on a daily schedule",
# Schedule to run daily at 21:00
schedule_interval="0 21 * * *",
# Schedule to run daily at 21:00 GMT
schedule_interval="0 14 * * *", # UTC (14:00 WIB)
start_date=days_ago(1),
tags=["maximo", "api", "fetch", "continuous", "daily", "async"],
catchup=False,

Loading…
Cancel
Save