Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize EventSource Workers #66

Open
ipublic opened this issue Nov 16, 2021 · 0 comments
Open

Optimize EventSource Workers #66

ipublic opened this issue Nov 16, 2021 · 0 comments
Milestone

Comments

@ipublic
Copy link
Member

ipublic commented Nov 16, 2021

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_TIMOUT
    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

@ipublic ipublic added this to the release_2021.11.29 milestone Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant