Example #1
0
def cumulative_project_blame():
    q.enqueue(cumulative_blame, 'project', 'cumulative_project_blame.json', timeout=6000)
    return redirect(url_for('blame.blame'))
Example #2
0
def cumulative_author_blame():
    q.enqueue(cumulative_blame, 'committer', 'cumulative_author_blame.json', timeout=6000)
    return redirect(url_for('blame.blame'))