apostrophecms / apostrophe-events

10 stars 5 forks source link

repeatEvent should use eachSeries #20

Closed boutell closed 8 years ago

boutell commented 8 years ago

Could be 100 repetitions; could cause database and server load problems. Always use eachSeries unless there's a particular reason to be aggressive.

kerrygilbert commented 8 years ago

@boutell what about eachLimit?