Distributing Work ================= Emit follows the philosophy that routing execution of tasks over the network is best handled by an external library. Currently, there are two integrations: :doc:`RQ ` and :doc:`Celery `. In addition, you may want to :doc:`write your own ` for an as-of-yet unknown backend. Contents -------- .. toctree:: :maxdepth: 1 rq celery extending-router