Page MenuHomePhabricator

Investigate Timeout for ORES
Closed, ResolvedPublic

Description

Hi ORES team,

We feel recently that the timeout rate is happening increasingly more often.

Here is an example: https://ores.wmflabs.org/v3/scores/enwiki/?revids=910522765

{
  enwiki: {
    models: {
      articlequality: {
        version: "0.8.1"
      },
      damaging: {
        version: "0.5.0"
      },
      draftquality: {
        version: "0.2.0"
      },
      drafttopic: {
        version: "0.2"
      },
      goodfaith: {
        version: "0.5.0"
      },
      wp10: {
        version: "0.8.1"
      }
    },
    scores: {
      910522765: {
        articlequality: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        },
        damaging: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        },
        draftquality: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        },
        drafttopic: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        },
        goodfaith: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        },
        wp10: {
          error: {
            message: "Timed out after 15 seconds.",
            type: "TimeoutError"
          }
        }
      }
    }
  }
}

I am filing an issue to track this problem. I think multiple actions can be taken to improve the situation

Event Timeline

How much more often? What kind of access pattern are you engaging in when you see these timeouts?

Halfak renamed this task from Timeout for ORES to Investigate Timeout for ORES.Aug 19 2019, 4:46 PM
Halfak claimed this task.

I investigated and didn't see anything unusual. Please re-open if you have more information.