You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments