Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter
Open Source Pull Request Bot
Open Source Pull Request BotLabels
URL
Contributor Name
Steven Burch
Repo
edx/edx-platform
Customer
Github Lines Added
2
Github Lines Deleted
0
Priority

Github PR Last Updated At
Feb 27, 2019, 8:42 PM
Github Latest Action
issue_comment: created
Zendesk Support
Zendesk Support
Created February 22, 2019 at 3:44 AM
Updated January 22, 2021 at 12:17 AM
Resolved February 27, 2019 at 8:11 PM
We've been running into OoM issues with this functionality while
executing on one of our smaller application servers.
Sometimes this manifests by preventing the entire page from loading
(exception during the GET).
At others, it occurs using the `Delete course from site` functionality
by breaking during the POST handler. This case is particularly
frustrating because the course actually is deleted, but looks like it
may not have been. Internally, this is because the 500 error occurs
after the course has been successfully deleted, though this is
opaque to the end-user.
While this doesn't address the underlying memory issue,
it does at least allow the app to recover gracefully.