orchestrator-core 4.0.0rc2__py3-none-any.whl → 4.0.0rc3__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.
- orchestrator/__init__.py +1 -1
- orchestrator/app.py +3 -1
- {orchestrator_core-4.0.0rc2.dist-info → orchestrator_core-4.0.0rc3.dist-info}/METADATA +1 -1
- {orchestrator_core-4.0.0rc2.dist-info → orchestrator_core-4.0.0rc3.dist-info}/RECORD +6 -6
- {orchestrator_core-4.0.0rc2.dist-info → orchestrator_core-4.0.0rc3.dist-info}/WHEEL +0 -0
- {orchestrator_core-4.0.0rc2.dist-info → orchestrator_core-4.0.0rc3.dist-info}/licenses/LICENSE +0 -0
orchestrator/__init__.py
CHANGED
orchestrator/app.py
CHANGED
|
@@ -145,7 +145,7 @@ class OrchestratorCore(FastAPI):
|
|
|
145
145
|
|
|
146
146
|
@self.router.get("/", response_model=str, response_class=JSONResponse, include_in_schema=False)
|
|
147
147
|
def _index() -> str:
|
|
148
|
-
return "Orchestrator
|
|
148
|
+
return "Orchestrator Core"
|
|
149
149
|
|
|
150
150
|
def add_sentry(
|
|
151
151
|
self,
|
|
@@ -154,6 +154,7 @@ class OrchestratorCore(FastAPI):
|
|
|
154
154
|
server_name: str,
|
|
155
155
|
environment: str,
|
|
156
156
|
release: str | None = GIT_COMMIT_HASH,
|
|
157
|
+
**sentry_kwargs: Any,
|
|
157
158
|
) -> None:
|
|
158
159
|
logger.info("Adding Sentry middleware to app", app=self.title)
|
|
159
160
|
if self.base_settings.EXECUTOR == ExecutorType.WORKER:
|
|
@@ -173,6 +174,7 @@ class OrchestratorCore(FastAPI):
|
|
|
173
174
|
integrations=sentry_integrations,
|
|
174
175
|
propagate_traces=True,
|
|
175
176
|
profiles_sample_rate=trace_sample_rate,
|
|
177
|
+
**sentry_kwargs,
|
|
176
178
|
)
|
|
177
179
|
|
|
178
180
|
@staticmethod
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
orchestrator/__init__.py,sha256=
|
|
2
|
-
orchestrator/app.py,sha256=
|
|
1
|
+
orchestrator/__init__.py,sha256=CHCsFHHEBg0NQRRUbkFuXwiTsB9v8mEpqs8-WcZlCUY,1066
|
|
2
|
+
orchestrator/app.py,sha256=9uKJ68FvpeYDbmPNqOKzm6Euka60XlDASsECaq19F3I,11719
|
|
3
3
|
orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
|
|
4
4
|
orchestrator/log_config.py,sha256=1tPRX5q65e57a6a_zEii_PFK8SzWT0mnA5w2sKg4hh8,1853
|
|
5
5
|
orchestrator/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -302,7 +302,7 @@ orchestrator/workflows/tasks/resume_workflows.py,sha256=MzJqlSXUvKStkT7NGzxZyRlf
|
|
|
302
302
|
orchestrator/workflows/tasks/validate_product_type.py,sha256=paG-NAY1bdde3Adt8zItkcBKf5Pxw6f5ngGW6an6dYU,3192
|
|
303
303
|
orchestrator/workflows/tasks/validate_products.py,sha256=GZJBoFF-WMphS7ghMs2-gqvV2iL1F0POhk0uSNt93n0,8510
|
|
304
304
|
orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
|
|
305
|
-
orchestrator_core-4.0.
|
|
306
|
-
orchestrator_core-4.0.
|
|
307
|
-
orchestrator_core-4.0.
|
|
308
|
-
orchestrator_core-4.0.
|
|
305
|
+
orchestrator_core-4.0.0rc3.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
|
|
306
|
+
orchestrator_core-4.0.0rc3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
307
|
+
orchestrator_core-4.0.0rc3.dist-info/METADATA,sha256=iaUztDNdrjgbfWjxzDZeXdKA0XQ-4nqJX_ATeTig7QI,5032
|
|
308
|
+
orchestrator_core-4.0.0rc3.dist-info/RECORD,,
|
|
File without changes
|
{orchestrator_core-4.0.0rc2.dist-info → orchestrator_core-4.0.0rc3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|