Remove unique constraint from propagation grid worker that blocked execution

This commit is contained in:
Graham McIntire 2026-03-31 07:02:19 -05:00
parent 7f6905645f
commit 6d4a3e8738
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -6,8 +6,7 @@ defmodule Microwaveprop.Workers.PropagationGridWorker do
use Oban.Worker,
queue: :propagation,
max_attempts: 3,
unique: [period: 3600, states: [:available, :scheduled, :executing]]
max_attempts: 3
alias Microwaveprop.Propagation
alias Microwaveprop.Propagation.Grid