Skip to content

Commit

Permalink
fix: reduce discord analyzer workload!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Aug 21, 2024
1 parent 466ec47 commit 4756f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dags/discord_guild_analyzer_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
start_date=datetime(2024, 5, 1),
schedule_interval=None, # we would always run this manually
catchup=False,
max_active_runs=1,
max_active_tasks=3,
) as dag:
"""
processing data just for one guild
Expand Down

0 comments on commit 4756f97

Please sign in to comment.