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 bug logging job-server errors #428

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Fix bug logging job-server errors #428

merged 1 commit into from
Jun 28, 2024

Conversation

rebkwok
Copy link
Contributor

@rebkwok rebkwok commented Jun 27, 2024

Pass the request id to old_api.create_release so that we can log it. Avoids having to retrieve the request id from the release_json, which could be incorrect.

fixes #426

@rebkwok rebkwok force-pushed the jobserver-error-logs branch 3 times, most recently from 7589147 to 9364d59 Compare June 27, 2024 16:00
@rebkwok rebkwok changed the title Pass request id to old_api.create_releaase Pass request id to old_api.create_release Jun 27, 2024
@rebkwok rebkwok force-pushed the jobserver-error-logs branch from 9364d59 to 60eb553 Compare June 28, 2024 06:07
This is more robust that attempting to retrieve the request id from
the release_json.
@rebkwok rebkwok force-pushed the jobserver-error-logs branch from 60eb553 to 8b70dea Compare June 28, 2024 07:21
@rebkwok rebkwok changed the title Pass request id to old_api.create_release Fix bug logging job-server errors Jun 28, 2024
@rebkwok rebkwok merged commit a4f1c12 into main Jun 28, 2024
10 checks passed
@rebkwok rebkwok deleted the jobserver-error-logs branch June 28, 2024 08:45
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.

Job-server error response handler fails
3 participants