luke crouch
luke crouch
We may be able to fix this by adding the [heroku-buildback-redis](https://github.com/heroku/heroku-buildpack-redis) buildpack. It will create a stunnel proxy connection for the web and worker processes to connect to redis, which...
Yes, big :+1: for this!
Are we making the API reuqests with an oauth2 key/secret? We already have an MDN GitHub application; we could use its client/secret to increase our rate limit from 60/hour to...
I think this is fixed via #112?
Pulling this out of l10n launch milestone. We're going to launch with a manually-configured list of supported locales in an environment variable. (See https://github.com/mozilla/blurts-server/pull/563)
@sandysage - can we consider this issue as a possible website enhancement between Skyline merge date and release?
I started this here: https://github.com/mdn/discord/commit/5a0c926ec66513910e7f2bb41c30e734a1438f6e But when I try to run tests, I get: ``` lcrouch:discord lcrouch$ npm test > Discord@ test /Users/lcrouch/code/discord > ./gulp test [14:05:00] Using gulpfile ~/code/discord/gulpfile.js...
Add-more-tooling-as-solution haiku ... ``` problem with test tools add another tool on top new problem on top ```
FWIW, I ran with `mocha` directly and got: ``` lcrouch:discord lcrouch$ mocha tests/tests.js [error] Port 3000 is already in use ``` Do we **need** to run the tests via `gulp`?...
Oh, and when I shut down my `gulp run` process, the tests ran fine. Maybe the test task can run on a different port than `gulp run` does?