processcube-etw-library 2026.1.29.103633__tar.gz → 2026.1.30.154257__tar.gz
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.
- {processcube_etw_library-2026.1.29.103633/src/processcube_etw_library.egg-info → processcube_etw_library-2026.1.30.154257}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/__init__.py +3 -8
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/settings.py +9 -1
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257/src/processcube_etw_library.egg-info}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/.github/workflows/build_and_publish.yml +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/.gitignore +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/.python-version +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/README.md +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/pyproject.toml +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/setup.cfg +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/create_external_task_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/etw_app.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/built_in.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/check.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/handlers.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/models.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/registry.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/health/routes.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/identity_provider.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/app_info/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/app_info/app_info_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/client_factory.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/base_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/application_info.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/data_object_instances.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/empty_tasks.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/events.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/external_tasks.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/flow_node_instances.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/manual_tasks.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/process_definitions.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/process_instances.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/process_models.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/api/helpers/user_tasks.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/base_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/core/loop_helper.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/event/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/event/event_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/external_task/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/external_task/client_wrapper.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/external_task/external_task_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/external_task/external_task_worker.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/external_task/functional_error.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/flow_node_instance/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/flow_node_instance/flow_node_instance_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/notification/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/notification/notification_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/process_definition/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/process_definition/process_definition_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/process_definition/start_callback_type.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/process_instance/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/process_instance/process_instance_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/user_task/__init__.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/processcube_client/user_task/user_task_client.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/server_config.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library/typed_handler.py +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library.egg-info/SOURCES.txt +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library.egg-info/dependency_links.txt +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library.egg-info/requires.txt +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/src/processcube_etw_library.egg-info/top_level.txt +0 -0
- {processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/uv.lock +0 -0
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
# import nest_asyncio
|
|
3
|
-
|
|
4
|
-
# nest_asyncio.apply = lambda *args, **kwargs: None
|
|
5
|
-
|
|
6
|
-
from .health import ( # noqa: E402
|
|
1
|
+
from .health import (
|
|
7
2
|
create_url_health_check,
|
|
8
3
|
HealthCheck,
|
|
9
4
|
HealthCheckModel,
|
|
@@ -11,8 +6,8 @@ from .health import ( # noqa: E402
|
|
|
11
6
|
HealthConditionInfo,
|
|
12
7
|
LivezResponse,
|
|
13
8
|
)
|
|
14
|
-
from .etw_app import new_external_task_worker_app
|
|
15
|
-
from .settings import load_settings, ETWSettings
|
|
9
|
+
from .etw_app import new_external_task_worker_app
|
|
10
|
+
from .settings import load_settings, ETWSettings
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
18
13
|
"create_url_health_check",
|
|
@@ -28,7 +28,7 @@ DEFAULTS: DefaultsDict = {
|
|
|
28
28
|
"PROCESSCUBE_ETW_CLIENT_SECRET": "3ef62eb3-fe49-4c2c-ba6f-73e4d234321b",
|
|
29
29
|
"PROCESSCUBE_ETW_CLIENT_SCOPES": "engine_etw",
|
|
30
30
|
"PROCESSCUBE_MAX_GET_OAUTH_ACCESS_TOKEN_RETRIES": 10,
|
|
31
|
-
"PROCESSCUBE_ETW_LONG_POLLING_TIMEOUT_IN_MS":
|
|
31
|
+
"PROCESSCUBE_ETW_LONG_POLLING_TIMEOUT_IN_MS": 30_000,
|
|
32
32
|
"ENVIRONMENT": "development",
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -101,6 +101,14 @@ class ETWSettings(BaseSettings):
|
|
|
101
101
|
logger.info(
|
|
102
102
|
f"Authority URL resolved from AppInfoClient: {self.processcube_authority_url}"
|
|
103
103
|
)
|
|
104
|
+
|
|
105
|
+
if self.processcube_etw_long_polling_timeout_in_ms >= 60_000:
|
|
106
|
+
logger.warning(
|
|
107
|
+
"PROCESSCUBE_ETW_LONG_POLLING_TIMEOUT_IN_MS is set to a high value "
|
|
108
|
+
"({} ms). Consider reducing it to avoid potential connection issues.".format(
|
|
109
|
+
self.processcube_etw_long_polling_timeout_in_ms
|
|
110
|
+
)
|
|
111
|
+
)
|
|
104
112
|
return self
|
|
105
113
|
|
|
106
114
|
|
|
File without changes
|
{processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/README.md
RENAMED
|
File without changes
|
{processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/pyproject.toml
RENAMED
|
File without changes
|
{processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.29.103633 → processcube_etw_library-2026.1.30.154257}/uv.lock
RENAMED
|
File without changes
|