Skip to content

Preserve internal dispatch segment timings on worker operation logs #2

Description

@anth-volk

Internal Flask dispatch requests currently create their own request timing dictionary. Because those internal request logs are intentionally suppressed, segment timings recorded inside the dispatched endpoint can be absent from the visible parent worker operation log.

Acceptance criteria:

  • Internal dispatch requests running inside a parent operation share the parent operation timing data.
  • Ordinary nested/non-internal request contexts keep isolated timing data.
  • The behavior is covered by runtime tests.
  • The fix includes a changelog fragment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions