Skip to content

Commit

Permalink
Merge pull request #269 from TogetherCrew/fix/268-discord-analyzer
Browse files Browse the repository at this point in the history
fix: reduce discord analyzer workload!
  • Loading branch information
amindadgar authored Aug 21, 2024
2 parents 466ec47 + 4756f97 commit 303c25d
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 303c25d

Please sign in to comment.