Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
E
edx-platform
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • edx
  • edx-platform
  • Repository

Switch branch/tag
  • edx-platform
  • lms
  • envs
  • aws.py
Find file
BlameHistoryPermalink
  • David Ormsbee's avatar
    Remove dealer.git (startup optimization). · 7f3a55af
    In the absence of an EDX_PLATFORM_VERSION OS env variable, we used to
    calculate the current version by looking at the current git revision of
    the edx-platform repo. This was an expensive calculation (~7% of startup
    costs). It also turns out that at some point we stopped setting that env
    variable anywhere, so it always fell back to recalculating it.
    
    With this commit, we'll start reading the code version from the env JSON
    files, and fall back to "unknown" rather than doing the dealer.git call.
    David Ormsbee committed Dec 13, 2017
    7f3a55af
aws.py 49 KB
Edit