Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(seed): gulp task
test:seed
would hang on the gulp node process …
…and not exit the mongoose and sequelize connections were not closing, therefore leaving an event listener open for connections and hanging the node.js process waiting for more work. By closing the connections on both the gulp process is able to quit after performing the seed tasks.
- Loading branch information