mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
team: Generate team page data using cron job.
This eliminates the contributors data as a possible source of flakiness when installing Zulip from Git. Fixes #14351.
This commit is contained in:
@@ -904,6 +904,11 @@ LOGGING = {
|
||||
}
|
||||
} # type: Dict[str, Any]
|
||||
|
||||
if DEVELOPMENT:
|
||||
CONTRIBUTOR_DATA_FILE_PATH = os.path.join(DEPLOY_ROOT, 'var/github-contributors.json')
|
||||
else:
|
||||
CONTRIBUTOR_DATA_FILE_PATH = '/var/lib/zulip/github-contributors.json'
|
||||
|
||||
LOGIN_REDIRECT_URL = '/'
|
||||
|
||||
# Client-side polling timeout for get_events, in milliseconds.
|
||||
|
Reference in New Issue
Block a user