omnata-plugin-runtime 0.3.24a71__tar.gz → 0.3.24a72__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/PKG-INFO +1 -1
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/pyproject.toml +1 -1
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/omnata_plugin.py +1 -1
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/LICENSE +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/README.md +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/rate_limiting.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "omnata-plugin-runtime"
|
3
|
-
version = "0.3.24-
|
3
|
+
version = "0.3.24-a72"
|
4
4
|
description = "Classes and common runtime components for building and running Omnata Plugins"
|
5
5
|
authors = ["James Weakley <james.weakley@omnata.com>"]
|
6
6
|
readme = "README.md"
|
@@ -1933,7 +1933,7 @@ def __managed_inbound_processing_worker(
|
|
1933
1933
|
while not cancellation_token.is_set():
|
1934
1934
|
# Get our generator object out of the queue
|
1935
1935
|
logger.info(
|
1936
|
-
f"worker {worker_index} processing. Cancelled: {cancellation_token.is_set()}"
|
1936
|
+
f"worker {worker_index} processing. Cancelled: {cancellation_token.is_set()}. Method args: {len(method_args)}. Method kwargs: {len(method_kwargs.keys())} ({','.join(method_kwargs.keys())})"
|
1937
1937
|
)
|
1938
1938
|
try:
|
1939
1939
|
stream: StoredStreamConfiguration = streams_queue.get_nowait()
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.3.24a71 → omnata_plugin_runtime-0.3.24a72}/src/omnata_plugin_runtime/api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|