Remove unique constraint from propagation grid worker that blocked execution
This commit is contained in:
parent
7f6905645f
commit
6d4a3e8738
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue