yacc / stripemetrics.com

Collection of metrics for Stripe
0 stars 0 forks source link

import jobs start as soon as user is signed up #8

Closed yacc closed 11 years ago

yacc commented 11 years ago

as soon as a customer is signed up we should start the import jobs. ideally, when a user loads it's reports, we should tell him that the imports are partial imports not full yet

yacc commented 11 years ago

Need to test this, not sure how to rspec it 1/ create new account 2/ make sure four imports are running Questions: 1/ how to test this ? 2/ can I have all imports run in parallel, I'm concerned about imports depending on data existing from other imports.