Skip to content

Implement Fan-In Fan-Out Pattern for NSFW Image Processing #29

@Agent-Hellboy

Description

@Agent-Hellboy

Implement the Fan-In Fan-Out concurrency pattern for efficient processing of NSFW image detection. The process involves two distinct worker types:

-> Downloader Workers (Fan-Out):

  Gather and download files.
  After downloading, place the file references into a shared queue.

-> Scanner Workers (Fan-In):

  Extract file references from the shared queue.
  Run the NSFW scanner on each file.
  Determine if the file is NSFW or safe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions