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

fix(batch-exports-backfill): Instantiate tuple when resuming from heartbeat #18092

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

tomasfarias
Copy link
Contributor

Problem

When resuming a backfill from heartbeat, temporal serializes details as a tuple, which means they do not allow dot access.

Changes

Instantiate a proper namedtuple to allow dot access.

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

How did you test this code?

@tomasfarias tomasfarias merged commit be5cdb6 into master Oct 19, 2023
68 checks passed
@tomasfarias tomasfarias deleted the fix/backfill-resume-from-heartbeat branch October 19, 2023 15:27
Justicea83 pushed a commit to Justicea83/posthog that referenced this pull request Oct 25, 2023
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.

1 participant