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

Update Readme to better explain queues, pools, threads, and database connections; update CLI to frontload queue option #539

Merged
merged 1 commit into from Mar 11, 2022

Conversation

bensheldon
Copy link
Owner

@bensheldon bensheldon commented Mar 8, 2022

This PR more explicitly introduces the term "pool".

Connects to #538

graph TD
    Process["--queues=mice:2;elephants,whales:1"] --> PoolA[Pool A]
    Process --> PoolB[Pool B]
    PoolA --> QueuesA[Queue: mice]
    PoolA --> ThreadsA[Threads: 2]
    PoolB --> QueuesB[Queue: elephants, whales]
    PoolB --> ThreadsB[Threads: 1]
    Total[Total Threads: 2 + 1 => 3]

…connections; update CLI to frontload queue option
@bensheldon bensheldon added this to In progress in Backlog Mar 8, 2022
@bensheldon bensheldon temporarily deployed to goodjob-pools-mb1yavcbimy7eqex March 8, 2022 16:20 Inactive
@bensheldon bensheldon merged commit a11bf57 into main Mar 11, 2022
@bensheldon bensheldon deleted the pools branch March 11, 2022 01:57
Backlog automation moved this from In progress to Done Mar 11, 2022
@bensheldon bensheldon added the documentation Improvements or additions to documentation label Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Backlog
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant