Streamer refactoring
[akkoma] / lib / pleroma / workers / web_pusher_worker.ex
index 2b1d3b99a783117b2a0c647cded5b54dd814bfe5..bea2baffb26d8dfc359c7abdcae3ced872ccfcf4 100644 (file)
@@ -6,10 +6,7 @@ defmodule Pleroma.Workers.WebPusherWorker do
   alias Pleroma.Notification
   alias Pleroma.Repo
 
-  # Note: `max_attempts` is intended to be overridden in `new/2` call
-  use Oban.Worker,
-    queue: "web_push",
-    max_attempts: 1
+  use Pleroma.Workers.WorkerHelper, queue: "web_push"
 
   @impl Oban.Worker
   def perform(%{"op" => "web_push", "notification_id" => notification_id}, _job) do