This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Deploy bleeding-edge APK download service to a more stable service than Glitch #1200
Labels
enhancement
This issue is a new feature or request
Milestone
In PR #1172, I added links to the README for a service (view source) I created to more easily download the APKs from the most recently completed Taskcluster build:
Glitch is a great tool for prototyping web services, but because Glitch is currently free, there's an aggressive daemon that hibernates idle projects when the page is not being actively used by users, which often causes projects to take a while to cold launch.
Let's deploy the server code to a Heroku instance (we have a Mozilla Corporation account used for various one-off projects).
Looking longer term, @bluemarvin suggested in #1172 (comment) that Taskcluster could start providing a similar method of serving artifacts on demand without having to cumbersomly calling Taskcluster API endpoints (e.g., with helper redirect URLs à la https://github.taskcluster.net/v1/repository/MozillaReality/FirefoxReality/master/latest). I've filed a feature request for Taskcluster: taskcluster/taskcluster#724.
The text was updated successfully, but these errors were encountered: