Skip to content

get_qiita_version should store and retrieve information from redis #3216

Closed
@antgonza

Description

@antgonza

Currently, every time a page gets displayed we check the current git version of the qiita code via "get_qiita_version", which uses GitPython. The issue is that it actually uses Popen to do this operation which means that it issues a new command every time, which is less than ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions