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

sleep length is too large #49

Open
markmghali opened this issue Aug 7, 2019 · 6 comments
Open

sleep length is too large #49

markmghali opened this issue Aug 7, 2019 · 6 comments

Comments

@markmghali
Copy link

Too early to check in. Waiting 1485 hours, 16 minutes, 20.724372999742627 seconds
Exception in thread Thread-1:
Traceback (most recent call last):
File "H:\Users\Mark\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "H:\Users\Mark\AppData\Local\Programs\Python\Python36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "checkin.py", line 42, in schedule_checkin
time.sleep(delta)
OverflowError: sleep length is too large

@bllfr0g
Copy link
Collaborator

bllfr0g commented Aug 7, 2019 via email

@markmghali
Copy link
Author

is that not the point of the script? I want to be able to be able to set it and forget it? I am running it on a server, so I can just leave it running. What is the maximum sleep time? That would be helpful to know so I can know when to start running it.

Thank you

@bllfr0g
Copy link
Collaborator

bllfr0g commented Aug 7, 2019 via email

@markmghali
Copy link
Author

markmghali commented Aug 7, 2019

running it on Windows 10 Pro 64bit, with python 3.6.

@pyro2927
Copy link
Owner

Would probably need to leverage something like at to schedule it out further.

@markmghali
Copy link
Author

markmghali commented Aug 19, 2019 via email

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

No branches or pull requests

3 participants