Skip to content

Look into a dedicated scan executor for notification scans #1055

@keith-turner

Description

@keith-turner

Scanning for notifications is a continuous activity that Fluo does. It may make sense to do one of the following.

  • Have a dedicated thread pool for notifcation scans with a small number of threads like Math.max(1,0.10 * numCores)
  • Have a prioritizer that gives notification scans a lower priority.

Fluo could offer the prioritizer and/or dispatcher AND utilities or docs to configure them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions