mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
Only attempt trial notifications once
This commit is contained in:
parent
0bcc389e73
commit
5e376766ac
@ -1,6 +1,8 @@
|
||||
defmodule Plausible.Workers.SendTrialNotifications do
|
||||
use Plausible.Repo
|
||||
use Oban.Worker, queue: :trial_notification_emails
|
||||
use Oban.Worker,
|
||||
queue: :trial_notification_emails,
|
||||
max_attempts: 1
|
||||
require Logger
|
||||
|
||||
@impl Oban.Worker
|
||||
|
Loading…
Reference in New Issue
Block a user