You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
But whenever I try to hit it I get a 504 gateway timeout error. If I remove the &target.channel=nightly bit it returns in a few seconds with results from Beta. I also haven't figured out how to order the results to ensure I'm getting the latest appBuildId.
I'm trying to use BuildHub to get the appBuildId of the latest Nightly build. I came up with this query:
https://buildhub.prod.mozaws.net/v1/buckets/build-hub/collections/releases/records?_limit=5&source.product=firefox&target.locale=en-US&target.channel=nightly
But whenever I try to hit it I get a 504 gateway timeout error. If I remove the
&target.channel=nightlybit it returns in a few seconds with results from Beta. I also haven't figured out how to order the results to ensure I'm getting the latest appBuildId.Any help is appreciated!