Skip to content

Commit

Permalink
Add dramatiq-workflow link (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil authored Dec 17, 2024
1 parent a11a459 commit 4dd0d71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,18 @@ Dramatiq. For example::
dramatiq app

If you don't do this, then metrics will likely fail to export properly.

Workflows
---------

Nested Pipelines and Groups
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Dramatiq supports running tasks in parallel via |group| and in
sequence via |pipeline|, but it does not provide a built-in way to run
a pipeline of groups out of the box. If you need more advanced
orchestration capabilities, such as nesting chains and groups of tasks
at arbitrary depth, you may find the dramatiq-workflow_ package
useful.

.. _dramatiq-workflow: https://github.com/Outset-AI/dramatiq-workflow

0 comments on commit 4dd0d71

Please sign in to comment.