Changeset a34597e for asadb/groups


Ignore:
Timestamp:
Nov 17, 2011, 5:33:02 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
bf11775
Parents:
283099c
git-author:
Alex Dehnert <adehnert@…> (11/17/11 17:33:02)
git-committer:
Alex Dehnert <adehnert@…> (11/17/11 17:33:02)
Message:

Expect groups/diffs.py to run daily, not 3-hourly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/diffs.py

    r283099c ra34597e  
    237237def generate_diffs():
    238238    now = datetime.datetime.now()
    239     recent = now - datetime.timedelta(hours=3)
     239    recent = now - datetime.timedelta(hours=24, minutes=15)
    240240    objs = recent_groups(since=recent)
    241241    callbacks = build_callbacks()
Note: See TracChangeset for help on using the changeset viewer.