Gitlab Runner fails to parse exponential backoff header `X-GitLab-Trace-Update-Interval`

Description

GitLab Runner fails to parse exponential backoff header when updating a build state.

"error":"strconv.Atoi: parsing \"1/2\""

It seems that our exponential backoff mechanisms sends 1/2 as a value instead of 1. This needs investigation.

Edited by Grzegorz Bizon