Skip to content

Commit

Permalink
update last know good sync date to yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Timmerman committed Oct 24, 2017
1 parent dadb666 commit 804f8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/sync_django_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def main():
last_timestamp = read_timestamp(SYNC_TIMESTAMP_FILENAME)
except Exception:
_log.warning("Something broke reading the timestamp from %s", SYNC_TIMESTAMP_FILENAME)
last_timestamp = "201707230000Z"
_log.warning("We will resync from a while back : %s", last_timestamp)
last_timestamp = "201710230000Z"
_log.warning("We will resync from a hardcoded know working sync a while back : %s", last_timestamp)

_log.info("Using timestamp %s", last_timestamp)
# record starttime before starting, and take a 10 sec safety buffer so we don't get gaps where users are approved
Expand Down

0 comments on commit 804f8fb

Please sign in to comment.