Revert requirements changes due to memory issues.
Some change in the requirements here may be responsible for increased CPU and memory usage. This is causing production LMS for edx.org to run into lots of performance issues. Reverting for now until we can narrow it down to which change caused the issue.
This commit is contained in:
@@ -45,7 +45,7 @@ pipeline {
|
||||
options {
|
||||
sendSplunkConsoleLog()
|
||||
timestamps()
|
||||
timeout(60)
|
||||
timeout(120)
|
||||
}
|
||||
stages {
|
||||
stage('Mark build as pending on Github') {
|
||||
|
||||
Reference in New Issue
Block a user