recordtransfer.jobs - Background Tasks and Jobs =============================================== Each function in the ``jobs.py`` file is a ``django_rq.job``, meaning that these functions are meant to run asynchronously with a Redis server. .. automodule:: recordtransfer.jobs :members: