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
The
TornadoPilotLoggingis 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