You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/configuration_options.rst
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -824,6 +824,33 @@ Work Kubernetes
824
824
work-kubernetes:
825
825
- worktype: cat
826
826
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)
0 commit comments