Skip to content

Commit

Permalink
Merge pull request #425 from bdewater/interruption-adapter-from-job-c…
Browse files Browse the repository at this point in the history
…hangelog

Document change in behaviour when no interruption adapter is found
  • Loading branch information
Mangara authored Aug 30, 2023
2 parents 23c69dc + 4a2df58 commit bd21ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Main (unreleased)

- [367](https://github.com/Shopify/job-iteration/pull/367) - Iteration can use multiple Active Job backends simultaneously by inferring the interruption adapter from the job's `queue_adapter_name`. `JobIteration.interruption_adapter` and `.load_integrations` have been removed. `JobIteration::Integrations.register` has been added.
- [367](https://github.com/Shopify/job-iteration/pull/367) - Iteration can use multiple Active Job backends simultaneously by inferring the interruption adapter from the job's `queue_adapter_name`. Iteration will now raise `JobIteration::Integrations::LoadError` if no interruption adapter is found for the job's queue adapter, instead of never interrupting the job. `JobIteration.interruption_adapter` and `.load_integrations` have been removed. `JobIteration::Integrations.register` has been added.

## v1.4.0 (Aug 23, 2023)

Expand Down

0 comments on commit bd21ef6

Please sign in to comment.