qiita icon indicating copy to clipboard operation
qiita copied to clipboard

get_qiita_version should store and retrieve information from redis

Open antgonza opened this issue 1 year ago • 0 comments

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.

antgonza avatar Oct 17 '22 16:10 antgonza