omnata-plugin-runtime 0.3.24a70__py3-none-any.whl → 0.3.24a71__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- omnata_plugin_runtime/omnata_plugin.py +2 -1
- {omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/WHEEL +0 -0
@@ -1823,6 +1823,7 @@ def managed_outbound_processing(concurrency: int, batch_size: int):
|
|
1823
1823
|
def actual_decorator(method):
|
1824
1824
|
@wraps(method)
|
1825
1825
|
def _impl(self: OmnataPlugin, *method_args, **method_kwargs):
|
1826
|
+
logger.info(f"managed_outbound_processing invoked with {len(method_args)} positional arguments and {len(method_kwargs)} named arguments ({','.join(method_kwargs.keys())})")
|
1826
1827
|
if self._sync_request is None: # pylint: disable=protected-access
|
1827
1828
|
raise ValueError(
|
1828
1829
|
"To use the managed_outbound_processing decorator, you must attach a sync request to the plugin instance (via the _sync_request property)"
|
@@ -1991,7 +1992,7 @@ def managed_inbound_processing(concurrency: int):
|
|
1991
1992
|
raise ValueError(
|
1992
1993
|
"To use the managed_inbound_processing decorator, you must attach an apply request to the plugin instance (via the _sync_request property)"
|
1993
1994
|
)
|
1994
|
-
|
1995
|
+
logger.info(f"managed_inbound_processing invoked with {len(method_args)} positional arguments and {len(method_kwargs)} named arguments ({','.join(method_kwargs.keys())})")
|
1995
1996
|
if self._sync_request.development_mode is True:
|
1996
1997
|
concurrency_to_use = 1 # disable concurrency when running in development mode, it interferes with pyvcr
|
1997
1998
|
else:
|
{omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/RECORD
RENAMED
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=_N5ok5LN7GDO4J9n3yduXp3tpjmhpySY__U2baiygrs,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD74jtebqIY,35742
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=rqtkS1xJeOhtmC6HgxjGU3to-riXV0pfO2AoK4Oj1us,103702
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=s-SrUnXaS6FaBq1igiJhcCB3Md_a6op-dp_g1H_55QU,27736
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=se6MftQI5NrVHaLb1hByPCgAESPQhkAgIG7KIU1clDU,16562
|
9
|
-
omnata_plugin_runtime-0.3.
|
10
|
-
omnata_plugin_runtime-0.3.
|
11
|
-
omnata_plugin_runtime-0.3.
|
12
|
-
omnata_plugin_runtime-0.3.
|
9
|
+
omnata_plugin_runtime-0.3.24a71.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.3.24a71.dist-info/METADATA,sha256=2uATfstzzcn6LDYKI6dGaHvITjwx_659FuvbM4aAEfk,1604
|
11
|
+
omnata_plugin_runtime-0.3.24a71.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.3.24a71.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.3.24a70.dist-info → omnata_plugin_runtime-0.3.24a71.dist-info}/WHEEL
RENAMED
File without changes
|