Skip to content

TornadoPilotLogging is too resource intensive #7411

@chrisburr

Description

@chrisburr

The TornadoPilotLogging is completely overloading Tornado in certification despite their being very few jobs. Even editing the code to prevent it touching the file system wasn't enough to improve the situation.

Calling Client(...).ping() was taking 3-10 seconds with it enabled. Disabling the pilot logging reduced the ping to ~70ms.

I edited the certification CS to disable it using:

         TornadoPilotLogging
         {
-          Protocol = https
+          # Protocol = https

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions