Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Explorer] Execution failed for question e66d0afb-d84e-4993-92d0-2a13e555de28: List total active repositories of user direwolf-github #1718

Open
subains opened this issue Jan 15, 2024 · 0 comments

Comments

@subains
Copy link

subains commented Jan 15, 2024

Hi, It's failed to execute the question e66d0afb-d84e-4993-92d0-2a13e555de28 List total active repositories of user direwolf-github (errorType = error-query-timeout):

  • executedAt: 2024-01-15T21:58:55.000+00:00
  • requestedAt: 2024-01-15T21:58:55.000+00:00

Error message

Query inactivity timeout

Generated SQL

SELECT
  repo_name,
  COUNT(*) AS event_count
FROM
  github_events
WHERE
  actor_login = 'direwolf-github'
GROUP BY
  repo_id,
  repo_name
ORDER BY
  event_count DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant