Skip to content

Fix major performance issues with ruby_gyr_reader_tier #16

@truedat101

Description

@truedat101

ruby_gyr_reader_tier suffers from some performance challenges:

  • It takes about 99% of CPU core 1 when running
  • It may spend a bunch of that time doing debug output logging
  • It may spend time simply busy blocking
  • It may be doing too much work in the reader tier
  • It may need to utilize threads to avoid hogging too much CPU
  • It may not be reading enough tags quickly enough to seem responsive as a webapp (time between read to actually logging in the web UI seems sort of laggy), should be less than 1 second to update

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions