|
|
|
@ -98,7 +98,7 @@ class RateLimiter(Logger): |
|
|
|
self.timer.start(int(diff*1e3)) |
|
|
|
self.timer.start(int(diff*1e3)) |
|
|
|
#self.logger.debug("deferring") |
|
|
|
#self.logger.debug("deferring") |
|
|
|
else: |
|
|
|
else: |
|
|
|
# We had a timer active, which means as future call will occur. So return early and let that call happenin the future. |
|
|
|
# We had a timer active, which means as future call will occur. So return early and let that call happen in the future. |
|
|
|
# Note that a side-effect of this aborted invocation was to update self.saved_args. |
|
|
|
# Note that a side-effect of this aborted invocation was to update self.saved_args. |
|
|
|
pass |
|
|
|
pass |
|
|
|
#self.logger.debug("ignoring (already scheduled)") |
|
|
|
#self.logger.debug("ignoring (already scheduled)") |
|
|
|
|