Sebb created COMDEV-291: --------------------------- Summary: Prefetch all data/JIRA/*.json files Key: COMDEV-291 URL: https://issues.apache.org/jira/browse/COMDEV-291 Project: Community Development Issue Type: Improvement Components: Reporter Tool Reporter: Sebb
script/readjira.py keeps the data/JIRA/*.json files up to date as a cron job. However it does not create them initially. That is done by site/getjson.py which is called from the GUI. This can result in a long wait (possibly causing a timeout failure) if there are many missing files for the currently logged in user. Also the code to create and parse the files is duplicated in the scripts. It might be better for all the files to be fetched in the readjira.py cron job. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org