tattle-made / DAU

MCA Tipline for Deepfakes
GNU General Public License v3.0
6 stars 0 forks source link

Managing Scale #33

Open dennyabrain opened 4 months ago

dennyabrain commented 4 months ago

Features

dennyabrain commented 4 months ago

Continuing the exploration on Python's multiprocessing issue code. If we want to use multiprocessing on multicore nodes we will need some mechanism for these workers to

  1. announce their availability (so they arent over allocated jobs)
  2. take up jobs as they come and respond with success/failure appropriately