Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added work python back in for deprecation warning #1128

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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