Shopify / shipit-engine

Deployment coordination
https://shopify.engineering/introducing-shipit
MIT License
1.42k stars 144 forks source link

Cast job `wait` argument to an integer #1346

Closed jgaskins closed 6 months ago

jgaskins commented 6 months ago

The wait argument must be a number because ActiveJob calls seconds on it, but HTTP headers are strings.