Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attempt count to queue model #4

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Add attempt count to queue model #4

merged 3 commits into from
Nov 10, 2023

Conversation

dmgaldi
Copy link
Contributor

@dmgaldi dmgaldi commented Nov 6, 2023

Overview

Add attempt count to queue model to enable retries in async platform.

@dmgaldi dmgaldi requested a review from Foxcapades November 6, 2023 20:24
@dmgaldi dmgaldi self-assigned this Nov 6, 2023
@Foxcapades
Copy link
Member

Two possible code concerns, and a general concern as to whether this belongs as part of the raw dispatch object or as part of the JSON body (where relevant).

The retry count is fine here either way as the async platform is currently the only consumer of this library, but it feels to me like this is a detail specific to the consumers of this project not this project itself?

@dmgaldi dmgaldi requested a review from Foxcapades November 7, 2023 17:24
@dmgaldi dmgaldi requested a review from Foxcapades November 8, 2023 15:21
@dmgaldi dmgaldi merged commit 6067c25 into main Nov 10, 2023
@dmgaldi dmgaldi deleted the attempt-count branch November 10, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants