Tasks ===== Periodic tasks defined by the ``shares`` 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 share list to avoid hammering upstream APIs. Price history ------------- .. autofunction:: richy.shares.tasks.fetch_historical_data.__wrapped__ .. autofunction:: richy.shares.tasks.fetch_current_price.__wrapped__ Reference data -------------- .. autofunction:: richy.shares.tasks.fetch_basic_info.__wrapped__ .. autofunction:: richy.shares.tasks.fetch_financial_data.__wrapped__ Dividends --------- .. autofunction:: richy.shares.tasks.fetch_dividends.__wrapped__ Ratings ------- .. autofunction:: richy.shares.tasks.fetch_ratings.__wrapped__ .. autofunction:: richy.shares.tasks.fetch_price_ratings.__wrapped__