artsy / team-navigator

An internal HR product for Artsy's team
https://team.artsy.net
MIT License
62 stars 19 forks source link

Move script functions to happen inline and to not create new connections #84

Closed orta closed 7 years ago

orta commented 7 years ago

... to the db, but to re-use existing ones.

This should fix issues like https://github.com/artsy/team-navigator/issues/74 and the occasional hiccup when someone does a mutation sync.

orta commented 7 years ago

No real code changes other than to make these scripts not standalone, but be functions that are exported in and called once a day.