Skip to content

0.7.0

Compare
Choose a tag to compare
@maxfierke maxfierke released this 25 Sep 05:25
· 234 commits to master since this release
6decbc6

Enhancements

  • Resets retryCount and lastError after task instance successfully retries.
    • Potentially breaking if you're accessing these properties outside of the context of a retry event or retry policy hook, but this is not really supported.
  • Add retriedSignal yieldable for manually designating when a looping task has successfully retried. See documentation page on "Looping Tasks" for more details and caveats.
  • Added enableTaskRetries and disableTaskRetries helper functions for testing. Deprecated disable and enable.

Other

  • Depends on ember-concurrency 1.0.0+