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

Configurable thread priority for Thread async handler #912

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

waltjones
Copy link
Contributor

@waltjones waltjones commented Nov 13, 2019

Fixes: #901

Now supports

Rollbar.configure do |config|
  config.use_thread({ :priority => 2 })
end

in addition to the default

Rollbar.configure do |config|
  config.use_thread
end

The default thread priority is 1.

@waltjones waltjones merged commit 93cb2cb into master Nov 13, 2019
@waltjones waltjones deleted the wj-delay-thread-priority branch June 27, 2023 18:16
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

Successfully merging this pull request may close these issues.

Set thread usage to lower priority
1 participant