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

SlowSyncError: Change type 1 took 18.243738174438477 seconds to complete, exceeding 10 second threshold. #2828

Closed
sentry-io bot opened this issue Jan 19, 2021 · 1 comment · Fixed by #3134
Assignees
Labels
DEV: backend P1 - important Priority: High impact on UX

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 19, 2021

Make node creation asynchronous in to prevent long running sync tasks

Sentry Issue: STUDIO-B83

SlowSyncError: Change type 1 took 18.243738174438477 seconds to complete, exceeding 10 second threshold.
  File "contentcuration/viewsets/sync/endpoint.py", line 183, in handle_changes
    raise SlowSyncError(change_type, elapsed, changes)
@rtibbles rtibbles added this to the Post Release Stabilization milestone Jan 19, 2021
@rtibbles rtibbles added P0 - critical Priority: Release blocker or regression backend labels Jan 19, 2021
@rtibbles rtibbles self-assigned this Jan 19, 2021
@rtibbles rtibbles added P1 - important Priority: High impact on UX and removed P0 - critical Priority: Release blocker or regression labels Feb 16, 2021
@rtibbles
Copy link
Member

rtibbles commented Mar 2, 2021

Proper resolution of #2991 will resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: backend P1 - important Priority: High impact on UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants