Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Defer users and channels creation #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Defer users and channels creation #56

wants to merge 1 commit into from

Conversation

byroot
Copy link
Contributor

@byroot byroot commented Oct 29, 2015

This one is a bit weird I admit, but our Slack team have over 1200 users and 1000 channels. So the insertion on boot actually takes 2 good seconds. Which mean 2 additional seconds of downtime on every deploy.

@jimmycuadra @pallan @sirupsen for review please.

@jimmycuadra
Copy link
Contributor

Seems fine to me as long as the tests get updated.

@byroot
Copy link
Contributor Author

byroot commented Oct 29, 2015

Ouch, totally slipped my mind.

@byroot
Copy link
Contributor Author

byroot commented Oct 29, 2015

@jimmycuadra tests fixed!

@jimmycuadra
Copy link
Contributor

Looks like one is still failing. >_<

@byroot
Copy link
Contributor Author

byroot commented Oct 29, 2015

Damn that's a race condition :/. Maybe it's best to forget this. I can monkey patch it from my end.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants