Skip to content

Fix infinite loop in retry logic #11

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

Merged
merged 3 commits into from
Jun 2, 2025
Merged

Fix infinite loop in retry logic #11

merged 3 commits into from
Jun 2, 2025

Conversation

Epse
Copy link
Member

@Epse Epse commented Jun 2, 2025

As described in the related issue.
Fixes #10

@Epse Epse marked this pull request as ready for review June 2, 2025 07:53
Epse added 3 commits June 2, 2025 10:13
When passing a TimestampPrecision object into the params,
the full name of the enum gets encoded into
TimestampPrecision.MILLISECONDS e.g.

Obelisk understandably throws a fit and desires no prefixes.
We missed a `.value` call, added back here.
As described in the related issue.
Fixes #10
@Epse Epse force-pushed the 10-prevent_infinite_retry branch from fb7dbde to bb77713 Compare June 2, 2025 08:13
@Epse Epse merged commit e4be96f into main Jun 2, 2025
3 checks passed
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.

Prevent infinite looping in retry
1 participant