Tasks ===== Periodic tasks defined by the ``etfs`` app. The full schedule, queue routing, and worker invocation flags are in :doc:`/architecture/tasks`. Most tasks sleep 5s between items when iterating over the full ETF list to avoid hammering upstream APIs. Price history ------------- .. autofunction:: richy.etfs.tasks.fetch_historical_data.__wrapped__ .. autofunction:: richy.etfs.tasks.fetch_current_price.__wrapped__ Reference data -------------- .. autofunction:: richy.etfs.tasks.fetch_basic_info.__wrapped__ Holdings -------- .. autofunction:: richy.etfs.tasks.fetch_holdings.__wrapped__ Dividends --------- .. autofunction:: richy.etfs.tasks.fetch_dividends.__wrapped__