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: Reorder context assignment in producer code. #192

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

dianakhuang
Copy link
Contributor

@dianakhuang dianakhuang commented Aug 25, 2023

In error logging, we did not have the full_topic
available for searching/alerting because of the order in which these assignments happened. Reordering them to try to ensure we always get the full_topic in context.

edx/edx-arch-experiments#411

Merge checklist:
Check off if complete or not applicable:

  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Commits are squashed
  • Noted any: Concerns, dependencies, deadlines, tickets, testing instructions

@dianakhuang dianakhuang force-pushed the diana/reorder-contexts branch from 9245e0e to aeb8d24 Compare August 25, 2023 16:19
@dianakhuang dianakhuang force-pushed the diana/reorder-contexts branch from aeb8d24 to 67eaea1 Compare August 28, 2023 13:27
In error logging, we did not have the full_topic
available for searching/alerting because of the order
in which these assignments happened. Reordering them
to try to ensure we always get the full_topic in context.

edx/edx-arch-experiments#411
@dianakhuang dianakhuang force-pushed the diana/reorder-contexts branch from 67eaea1 to 07de876 Compare August 28, 2023 13:30
Copy link
Contributor

@rgraber rgraber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dianakhuang dianakhuang merged commit e8a99d9 into main Aug 28, 2023
8 checks passed
@dianakhuang dianakhuang deleted the diana/reorder-contexts branch August 28, 2023 15:01
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