diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/oban-cancel.change | 1 | ||||
-rw-r--r-- | changelog.d/oban-timeouts.change | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/oban-cancel.change b/changelog.d/oban-cancel.change new file mode 100644 index 000000000..e4512d3bb --- /dev/null +++ b/changelog.d/oban-cancel.change @@ -0,0 +1 @@ +Changed some jobs to return :cancel on unrecoverable errors that should not be retried diff --git a/changelog.d/oban-timeouts.change b/changelog.d/oban-timeouts.change new file mode 100644 index 000000000..33d017c5c --- /dev/null +++ b/changelog.d/oban-timeouts.change @@ -0,0 +1 @@ +Ensure all Oban jobs have timeouts defined |