Skip to content

fix(task-manager): use event._id instead of groupHash in issue event URL#569

Merged
neSpecc merged 2 commits into
masterfrom
copilot/fix-incorrect-event-url
Jun 12, 2026
Merged

fix(task-manager): use event._id instead of groupHash in issue event URL#569
neSpecc merged 2 commits into
masterfrom
copilot/fix-incorrect-event-url

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

The GitHub issue body generated by the task-manager worker contained an incorrect event URL, using groupHash as the event identifier instead of the event's _id.

Change

  • workers/task-manager/src/utils/issue.ts: Replace event.groupHash with event._id in the event URL template
- const eventUrl = `${garageUrl}/project/${projectId}/event/${event.groupHash}`;
+ const eventUrl = `${garageUrl}/project/${projectId}/event/${event._id}`;

Resulting URL format: /project/<project_id>/event/<event_id>

Copilot AI linked an issue Jun 10, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix incorrect event URL in Issue template fix(task-manager): use event._id instead of groupHash in issue event URL Jun 10, 2026
Copilot AI requested a review from neSpecc June 10, 2026 18:00
@neSpecc neSpecc marked this pull request as ready for review June 10, 2026 18:03
@codex-assistant

Copy link
Copy Markdown

Thanks for adding a description — the PR is now marked as Ready for Review.

2 similar comments
@codex-assistant

Copy link
Copy Markdown

Thanks for adding a description — the PR is now marked as Ready for Review.

@codex-assistant

Copy link
Copy Markdown

Thanks for adding a description — the PR is now marked as Ready for Review.

@neSpecc neSpecc merged commit 97a262c into master Jun 12, 2026
7 checks passed
@neSpecc neSpecc deleted the copilot/fix-incorrect-event-url branch June 12, 2026 16:11
Kuchizu added a commit that referenced this pull request Jun 12, 2026
* feat(grouper): add slow handle diagnostics (#549)

* feat(grouper): add slow handle diagnostics

* refactor(grouper): extract slow handle diagnostics into session

* fix(grouper): use monotonic time and exclusive timings in slow handle diagnostics

* fix(db): retry initial Mongo connection to avoid worker crash-loop (#559)

* fix(db): retry initial Mongo connection to avoid worker crash-loop

* fix(db): clamp Mongo reconnect env vars and test retry loop

* refactor(db): move positiveIntEnv to utils

* fix(task-manager): use event._id instead of groupHash in issue event URL (#569)

* Initial plan

* fix: use event._id instead of groupHash in task-manager event URL

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

---------

Co-authored-by: Kuchizu <70284260+Kuchizu@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.

Task Manager Worker: incorrect event url

2 participants