Skip to content

Commit

Permalink
fix: include :executing in the unique job states
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 13, 2025
1 parent 283b645 commit bfeee1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/transformers/define_action_workers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ defmodule AshOban.Transformers.DefineActionWorkers do
period: :infinity,
states: [
:available,
:executing,
:retryable,
:scheduled
]
Expand Down
1 change: 1 addition & 0 deletions lib/transformers/define_schedulers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ defmodule AshOban.Transformers.DefineSchedulers do
period: :infinity,
states: [
:available,
:executing,
:retryable,
:scheduled
]
Expand Down

0 comments on commit bfeee1f

Please sign in to comment.