Skip to content

Commit

Permalink
use component table
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Aug 14, 2023
1 parent cb89e8d commit f91e360
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/sections/Oasis-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@ events batches split by ``eve``. These all run in parallel across all running no

The Kubernetes installation adds three new oasis components.

- ``oasis-task-controller``, handles analysis chunking based on chunking options set for a model.
- ``oasis-websocket``, publishes messages to an auto-scaling component that controls the size of worker pool nodes
- ``oasis-worker-controller``, scales up and down the number of running VMs in a worker pool.

.. csv-table::
:header: "Component", "Description", "Technology"

"oasis-task-controller", "handles analysis chunking based on chunking options set for a model.", "Custom Python code"
"oasis-websocket", "publishes messages to an auto-scaling component that controls the size of worker pool nodes", "Django Channels, Redis"
"oasis-worker-controller", "scales up and down the number of running VMs in a worker pool", "Custom Python code"


|
Expand Down

0 comments on commit f91e360

Please sign in to comment.