Skip to content

[Explorer] Execution failed for question 9ecfe142-a0ea-462c-89f2-c283942a8b77: list repositories with stars between 100 and 1000 where users contributed this week #1824

@ghost

Description

Hi, It's failed to execute the question 9ecfe142-a0ea-462c-89f2-c283942a8b77 list repositories with stars between 100 and 1000 where users contributed this week (errorType = error-query-timeout):

  • executedAt: 2025-01-09T03:36:48.000+00:00
  • requestedAt: 2025-01-09T03:36:48.000+00:00

Error message

Query inactivity timeout

Generated SQL

SELECT gr.repo_name, gr.stars FROM github_repos gr JOIN github_events ge ON gr.repo_id = ge.repo_id WHERE gr.stars BETWEEN 100 AND 1000 AND ge.created_at >= DATE_SUB(NOW(), INTERVAL 1 WEEK) GROUP BY gr.repo_name, gr.stars

Metadata

Metadata

Assignees

No one assigned

    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