pontoon
pontoon copied to clipboard
Drop apscheduler
We only use apscheduler to schedule a periodic AutoML warmup task.
We could probably use something simpler instead (threading or even time.sleep)~, especially because one of its dependencies (pytz-deprecation-shim) requires an additional dependency (backports.zoneinfo) on Python 3.8, so our current installation in that environment fails~.