Skip to content

Commit

Permalink
added work python back in for deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
resoluteCoder committed Aug 19, 2024
1 parent f699a11 commit 5e823fe
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/user_guide/configuration_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,33 @@ Work Kubernetes
work-kubernetes:
- worktype: cat
^^^^^^^^^^^
Work Python
^^^^^^^^^^^
.. list-table:: Work Python [DEPRECATION WARNING] This option is not currently being used. This feature will be removed from receptor in a future release
:header-rows: 1
:widths: auto

* - Parameter
- Description
- Default value
* - ``config=<JSON dict with string keys>``
- Plugin-specific configuration
- No default value.
* - ``function=<string>``
- Receptor-exported function to call (required)
- No default value.
* - ``plugin=<string>``
- Python module name of the worker plugin (required)
- No default value.
* - ``worktype=<string>``
- Name for this worker type (required)
- No default value.


^^^^^^^^^^^^
Work Signing
^^^^^^^^^^^^
Expand Down

0 comments on commit 5e823fe

Please sign in to comment.