omnata-plugin-runtime 0.4.2a96__tar.gz → 0.4.2a97__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/PKG-INFO +1 -1
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/pyproject.toml +1 -1
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/plugin_entrypoints.py +2 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/LICENSE +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/README.md +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/omnata_plugin.py +0 -0
- {omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/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.4.2-
|
3
|
+
version = "0.4.2-a97"
|
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"
|
@@ -218,7 +218,9 @@ class PluginEntrypoint:
|
|
218
218
|
inbound_sync_request.update_activity("Staging remaining records")
|
219
219
|
logger.info("Calling apply_results_queue")
|
220
220
|
inbound_sync_request.apply_results_queue()
|
221
|
+
logger.info("Calling apply_rate_limit_state")
|
221
222
|
inbound_sync_request.apply_rate_limit_state()
|
223
|
+
logger.info("Calling apply_progress_updates")
|
222
224
|
inbound_sync_request.apply_progress_updates()
|
223
225
|
if inbound_sync_request.deadline_reached:
|
224
226
|
# if we actually hit the deadline, this is flagged by the cancellation checking worker and the cancellation
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/api.py
RENAMED
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.4.2a96 → omnata_plugin_runtime-0.4.2a97}/src/omnata_plugin_runtime/forms.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|