Tasks ===== Tasks defined by the ``news`` app. The full schedule, queue routing, and worker invocation flags are in :doc:`/architecture/tasks`. News-fetching tasks run on the ``slow`` queue. Fetching -------- .. autofunction:: richy.news.tasks.download_share_news.__wrapped__ .. autofunction:: richy.news.tasks.download_etfs_news.__wrapped__ .. autofunction:: richy.news.tasks.download_index_news.__wrapped__ .. autofunction:: richy.news.tasks.download_coin_news.__wrapped__ Pruning ------- .. autofunction:: richy.news.tasks.delete_old_records.__wrapped__