Git Product home page Git Product logo

Comments (4)

pdpinch avatar pdpinch commented on August 12, 2024

It might be help to have access to https://lms-staging.mitx.mit.edu/sysadmin/ in order to see how this works currently.

The sysadmin dashboard is not turned on by default in the devstack. You will need to enable it with a feature flag.

from edx-platform.

pwilkins avatar pwilkins commented on August 12, 2024

To enable the sysadmin dashboard in devstack, add this line to your lms/envs/private.py file:

from .devstack import * # pylint: disable=wildcard-import, unused-wildcard-import

FEATURES['ENABLE_SYSADMIN_DASHBOARD'] = True

from edx-platform.

justinabrahms avatar justinabrahms commented on August 12, 2024

@pdpinch Do we have an example of which course illicits this behavior? Is it individual commit messages that are too large? Is it too many entries? What is the exception behind the 500?

from edx-platform.

pdpinch avatar pdpinch commented on August 12, 2024

@bdero do you know any more? I'll see if I can dig up the bit from Carson that I quoted. I regret not getting a stack trace.

As far as I know, the issue is the size of a single log entry, not the number of entries. I would guess that a successful (git) import of a very large course (like 8.MReVx or 8.MechCx) would generate a large entry.

from edx-platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.