Skip to content

feat: add retry delay and backoff strategy to job data and related tests#102

Merged
GiovaniGuizzo merged 6 commits into
masterfrom
feat/exponential-backoff
Sep 22, 2025
Merged

feat: add retry delay and backoff strategy to job data and related tests#102
GiovaniGuizzo merged 6 commits into
masterfrom
feat/exponential-backoff

Conversation

@GiovaniGuizzo

@GiovaniGuizzo GiovaniGuizzo commented Sep 6, 2025

Copy link
Copy Markdown
Contributor

Checklist for Pull Requests

  • All tests pass (yarn test:all and yarn test:integration)
  • Code follows the style guide and passes lint checks
  • Documentation is updated (README, docs, etc)
  • Linked to corresponding issue, if applicable

Summary of Changes

Closes #80

@GiovaniGuizzo GiovaniGuizzo marked this pull request as ready for review September 19, 2025 16:14
@GiovaniGuizzo GiovaniGuizzo merged commit 664fe5a into master Sep 22, 2025
2 checks passed
@GiovaniGuizzo GiovaniGuizzo deleted the feat/exponential-backoff branch September 22, 2025 13:20
sidequest-release Bot pushed a commit that referenced this pull request Sep 22, 2025
# [1.8.0](v1.7.1...v1.8.0) (2025-09-22)

### Features

* add retry delay and backoff strategy to job data and related tests ([#102](#102)) ([664fe5a](664fe5a))
@sidequest-release

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make it possible to set a base delay for retry with exponential back-off

2 participants