Skip to content

Commit 181d73b

Browse files
committed
chore: update oban concurrency limits
1 parent d4ef34e commit 181d73b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config/config.exs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,25 @@ config :algora, Oban,
4242
notifier: Oban.Notifiers.PG,
4343
repo: Algora.Repo,
4444
queues: [
45+
# --- #
4546
event_consumers: 1,
4647
comment_consumers: 1,
4748
search_consumers: 1,
4849
delivery_consumers: 1,
49-
github_og_image: 5,
5050
notify_bounty: 1,
5151
notify_tip_intent: 1,
5252
notify_claim: 1,
53-
notify_transfer: 100,
54-
prompt_payout_connect: 100,
5553
transfers: 1,
5654
activity_notifier: 1,
5755
activity_mailer: 1,
58-
activity_discord: 10,
5956
campaign_emails: 1,
6057
fetch_top_contributions: 1,
61-
sync_contribution: 20
58+
# --- #
59+
github_og_image: 1,
60+
notify_transfer: 1,
61+
prompt_payout_connect: 1,
62+
activity_discord: 1,
63+
sync_contribution: 1
6264
]
6365

6466
# Configures the mailer

0 commit comments

Comments
 (0)