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

Remove thread pool #1

Merged
merged 3 commits into from
Nov 9, 2022
Merged

Remove thread pool #1

merged 3 commits into from
Nov 9, 2022

Conversation

tatsuya6502
Copy link
Member

  • Make client threads to run housekeeping tasks rather than running them in the thread pool.
  • Remove the following dependencies:
    • scheduled-thread-pool
    • num_cpus
    • once_cell (Moved to the dev dependencies)

- Make client threads to run housekeeping tasks rather than running them in the
  thread pool.
- Remove the following dependencies:
    - scheduled-thread-pool
    - num_cpus
    - once_cell (Moved to the dev dependencies)
@tatsuya6502 tatsuya6502 added this to the v0.10.0 milestone Nov 7, 2022
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment.

src/common/concurrent/housekeeper.rs Outdated Show resolved Hide resolved
Change the constant values.
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit dc89331 into main Nov 9, 2022
@tatsuya6502 tatsuya6502 deleted the remove-thread-pool branch November 9, 2022 08:48
@tatsuya6502 tatsuya6502 added the enhancement New feature or request label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant