Tasks ===== Periodic tasks defined by the ``coins`` app. The full schedule, queue routing, and worker invocation flags are in :doc:`/architecture/tasks`. Most tasks sleep 10 seconds between items when iterating over the full coin list to respect CoinGecko's API rate limit. Price history ------------- .. autofunction:: richy.coins.tasks.fetch_historical_data.__wrapped__ .. autofunction:: richy.coins.tasks.fetch_current_price.__wrapped__ Reference data -------------- .. autofunction:: richy.coins.tasks.fetch_basic_info.__wrapped__