celery.timer
Do something at an interval.
Run a event timer clock tick.
When the interval has run, the event will be triggered. If interval is not set, the event will never be triggered.
A timer that raises TimeoutError exception when the time has run out.
Run a timeout timer clock tick.
When timeout seconds has passed, it will raise a TimeoutTimer exception. If timeout is not set, it will never time out.