mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Set Oban queues to execute
This commit is contained in:
parent
ad1a39dbde
commit
8f0e52e3e5
@ -99,7 +99,14 @@ end
|
||||
|
||||
config :plausible, Oban,
|
||||
repo: Plausible.Repo,
|
||||
queues: [default: 10],
|
||||
queues: [
|
||||
provision_ssl_certificates: 1,
|
||||
fetch_tweets: 1,
|
||||
check_stats_emails: 1,
|
||||
email_reports: 1,
|
||||
site_setup_emails: 1,
|
||||
trial_notification_emails: 1
|
||||
],
|
||||
crontab: crontab
|
||||
|
||||
config :plausible, :google,
|
||||
|
Loading…
Reference in New Issue
Block a user