Skip to content

Commit

Permalink
rst images
Browse files Browse the repository at this point in the history
  • Loading branch information
ngr committed May 5, 2019
1 parent 56a2375 commit 1c71308
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/greenfield.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ Possible states:
* Running

The following diagram represents different states.

.. figure:: images/greenfield-timeline.png
:alt: Greenfield Timeline
:align: center

Greenfield Timeline
Binary file added docs/images/greenfield-timeline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/orchestrator-invocation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scheduler.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/orchestrator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Orchestrator does the ... Orchestration.
You can use the class in your Lambda as is, just configure some settings using one of the
supported ways in :ref:`Config <components-config>`

The following diagram represents the basic Task Workflow initiated by the Orchestrator.

.. figure:: images/orchestrator-invocation.png
:alt: Invocation Process
:align: center

Workers Invocation Workflow


See also :ref:`Greenfield`

.. automodule:: sosw.orchestrator
Expand Down
11 changes: 10 additions & 1 deletion docs/scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
Scheduler
---------

Scheduler is the public interface of SOSW for any one who wants to invoke some orchestrated Lambdas.
Scheduler is the public interface of SOSW for any applications who want to invoke some orchestrated Lambdas.
It's main role is to transform some business job to the actual payload of Lambda invocations. It respects the
configurable rules for chunking specific for different workers.

.. figure:: images/scheduler.png
:alt: sosw Scheduler Workflow
:align: center

Scheduler Workflow


.. automodule:: sosw.scheduler
:members:

0 comments on commit 1c71308

Please sign in to comment.