-
Notifications
You must be signed in to change notification settings - Fork 50
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
DomainExpirationScanner: more logging, timeouts accounting for the fact that we wait for quota, minor message fixes, etc. #604
Conversation
self.log.info("Successful whois query for %s expiry=%s", domain, domain_data.expiration_date) | ||
except WhoisQuotaExceeded: | ||
self.log.info("Quota exceeded for whois query for %s", domain) | ||
time.sleep(24 * 60 * 60) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm, chcemy by worker spal caly dzien? Troche mi ten pomysl nie lezy, bardziej zarzadzilbym resched taska
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ale resched sprawi ze bedziemy napierdalac query() bo zaraz sie nowy task pojawi co sprobuje znow tego samego i moga nas 🔨
No description provided.