yacc / stripemetrics.com

Collection of metrics for Stripe
0 stars 0 forks source link

Re-factor imports so a large import doesn't block the queue #23

Closed yacc closed 11 years ago

yacc commented 11 years ago

The idea here is to have the inner loop of the import job be a worker in a queue. This will avoid a job blocking the queue.