Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Replica Lag reset to 0 at the turn of a day #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oliver-k-yeh
Copy link

@oliver-k-yeh oliver-k-yeh commented Jul 4, 2020

total_seconds is more accurate then seconds

import datetime
x = datetime.datetime(2020,1,2)
y = datetime.datetime(2020,1,4)
(x-y).seconds  # 2
(x-y).total_seconds() # -172800.0

You are probably asking - "Why in the world do you have a replica set that has a lag of over a day?"

Well, we have such a long lag when we do initial syncs X-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant