Skip to content

Commit

Permalink
Added a new 'Scheduling Tasks' section to the 'Workflows' page
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Oct 30, 2017
1 parent cb32acb commit cdb1cb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/workflows/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ Workflows and Use Cases

Suggested workflows and common use cases can be found here.

It can help you to find a convenient workflow or give you
It can help you to find a convenient workflow or give you
additional ideas of what Pulp can be used for.

.. toctree::
:maxdepth: 2

upload-publish
deferred-download
mirroring
promotion
scheduling-tasks
9 changes: 9 additions & 0 deletions docs/workflows/scheduling-tasks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Scheduling Tasks
================

While Pulp 2 supported scheduling tasks natively, this is no longer a core feature in Pulp 3. Scheduling Pulp tasks
in Pulp 3 can be accomplished using any of the following external tools (and possibly others not on this list).

* `cron <http://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html>`_
* `rundeck <http://rundeck.org/>`_
* `distributed cron <https://github.com/ivanmp91/distributed-cron>`_

0 comments on commit cdb1cb8

Please sign in to comment.