Skip to content

Commit b334261

Browse files
author
Henry Lee
committed
Merge remote-tracking branch 'origin/master' into prod
2 parents c4ffbbc + 39ef0b5 commit b334261

File tree

1 file changed

+3
-3
lines changed
  • dags/app/proposal_reminder

1 file changed

+3
-3
lines changed

dags/app/proposal_reminder/dag.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
DEFAULT_ARGS = {
1111
"owner": "Henry Lee",
1212
"depends_on_past": False,
13-
"start_date": datetime(2024, 2, 25),
14-
"end_date": datetime(2024, 4, 9),
13+
"start_date": datetime(2025, 2, 25),
14+
"end_date": datetime(2025, 4, 9),
1515
"retries": 2,
1616
"retry_delay": timedelta(minutes=5),
1717
}
1818

1919
with DAG(
20-
"DISCORD_PROPOSAL_REMINDER_v2",
20+
"DISCORD_PROPOSAL_REMINDER_v3",
2121
default_args=DEFAULT_ARGS,
2222
schedule_interval="0 16 * * *", # At 16:00 (00:00 +8)
2323
max_active_runs=1,

0 commit comments

Comments
 (0)