MilliVolt / matcher

GNU General Public License v3.0
1 stars 0 forks source link

Add process_matches.py #19

Closed vr2262 closed 8 years ago

vr2262 commented 8 years ago

Forever:

  1. Get up to 10,000 unmatches.
  2. Use a pool of workers to make matches and store them in the database.
  3. Ask for more unmatches.
  4. If there are no unmatches, wait for a minute.

Now with asyncio