mozilla / fxa-local-dev

An easy way to contribute to Firefox Accounts
28 stars 47 forks source link

feat(redis): start redis on server start #91

Closed udaraweerasinghege closed 7 years ago

udaraweerasinghege commented 7 years ago

npm start / pm2 start servers.json will start redis now.

udaraweerasinghege commented 7 years ago

Hmm this seems to make auth-server db memory fail to start. Might have to do with order. Investigating.

vladikoff commented 7 years ago

@udaraweerasinghege ah yes good point, we have a timeout for a db connect in the auth server, might need a wait for redis thing too. However we didn't merge your redis patch yet 🤔

udaraweerasinghege commented 7 years ago

@vladikoff Hmm mine was breaking locally for that so thought it was because it was connecting to redis when it didn't exist. Not sure why travis is breaking. I'll check it out

udaraweerasinghege commented 7 years ago

Seems to fail in pinging oauth-console on travis o_o