Skip to content

Commit d2ab7f0

Browse files
added work python back in for deprecation warning (#1128)
1 parent f699a11 commit d2ab7f0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/source/user_guide/configuration_options.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,33 @@ Work Kubernetes
824824
work-kubernetes:
825825
- worktype: cat
826826
827+
828+
829+
830+
^^^^^^^^^^^
831+
Work Python
832+
^^^^^^^^^^^
833+
.. list-table:: Work Python [DEPRECATION WARNING] This option is not currently being used. This feature will be removed from receptor in a future release
834+
:header-rows: 1
835+
:widths: auto
836+
837+
* - Parameter
838+
- Description
839+
- Default value
840+
* - ``config=<JSON dict with string keys>``
841+
- Plugin-specific configuration
842+
- No default value.
843+
* - ``function=<string>``
844+
- Receptor-exported function to call (required)
845+
- No default value.
846+
* - ``plugin=<string>``
847+
- Python module name of the worker plugin (required)
848+
- No default value.
849+
* - ``worktype=<string>``
850+
- Name for this worker type (required)
851+
- No default value.
852+
853+
827854
^^^^^^^^^^^^
828855
Work Signing
829856
^^^^^^^^^^^^

0 commit comments

Comments
 (0)