-
Notifications
You must be signed in to change notification settings - Fork 1
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
Timeout sending data Open edX data to Richie #13
Comments
The timeout is already configurable, like: RICHIE_OPENEDX_SYNC_COURSE_HOOKS:
- url: https://some.richie.education/api/v1.0/course-runs-sync/
secret: my-secret
timeout: 20 |
igobranco
added a commit
to fccn/nau_playbooks
that referenced
this issue
Apr 18, 2024
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
On some cases the default timeout is too short. With this change we prevent the timeout error to be raised and sent by sentry. relates to #13
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
Change logging integration to Richie from ERROR to WARNING level. relates to #13
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
On some cases the default timeout is too short. With this change we prevent the timeout error to be raised and sent by sentry. relates to #13
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
Change logging integration to Richie from ERROR to WARNING level. relates to #13
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
On some cases the default timeout is too short. With this change we prevent the timeout error to be raised and sent by sentry. relates to #13
igobranco
added a commit
that referenced
this issue
Apr 18, 2024
Change logging integration to Richie from ERROR to WARNING level. relates to #13
We no longer receive those errors on Sentry! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open edX celery task that synchronizes course information from LMS/Studio to Richie is timing out.
From Sentry it is timing out after 5 seconds. It should be more than enough to Richie update itself.
Changes that need to be made:
Screen shot from Sentry with the error:
The text was updated successfully, but these errors were encountered: