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

OperationalError: canceling statement due to statement timeout #2516

Closed
KipSigei opened this issue Nov 23, 2023 · 0 comments · Fixed by #2519
Closed

OperationalError: canceling statement due to statement timeout #2516

KipSigei opened this issue Nov 23, 2023 · 0 comments · Fixed by #2519
Assignees
Labels

Comments

@KipSigei
Copy link
Contributor

QueryCanceled: canceling statement due to statement timeout

  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)

OperationalError: canceling statement due to statement timeout

(16 additional frame(s) were not displayed)
...
  File "onadata/apps/api/viewsets/data_viewset.py", line 656, in list
    page = self.paginate_queryset(self.object_list)
  File "onadata/apps/api/viewsets/data_viewset.py", line 778, in paginate_queryset
    return self.paginator.paginate_queryset(
  File "onadata/libs/pagination.py", line 140, in paginate_queryset
    return list(self.page)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants