Skip to content

Optimize EventSource Workers #69

@ipublic

Description

@ipublic

EventSource spawns queue workers to process messages. Add following optimizations:

  1. Auto-terminate workers after a period of inactivity.
      1. Set default time period by ENV variable: EVENT_SOURCE_WORKER_TIMEOUT
    1. Enable override on a consumer basis
  2. Set the max number of workers per queue.
    1. Default set by ENV variable.: EVENT_SOURCE_WORKER_MAX
    2. Enable override on a consumer basis

Aha! Link: https://ideacrew.aha.io/features/EVTSRC-7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions