Tasks ===== .. note:: This is an essential feature of the Timeseries Refinery. It is only accessible within the pro version. If interested, please visit: https://timeseries.pythonian.fr/#ouroffer. Tasks let one define and schedule background jobs (e.g. scrapers, formula cache refreshes) running under the rework task queue. These API points are reachable through the ``task`` attribute of the api object, e.g. ``tsa.task.schedule(...)``. .. currentmodule:: refinery_pro.api .. autosummary:: :toctree: generated/ :nosignatures: ~TaskAPI.schedule ~TaskAPI.prepare ~TaskAPI.unprepare ~TaskAPI.tasks ~TaskAPI.prepared