opensafely-core / airlock

Other
2 stars 0 forks source link

Fix bug logging job-server errors #428

Closed rebkwok closed 3 months ago

rebkwok commented 3 months ago

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