vellum-workflow-server 0.14.72.post2__py3-none-any.whl → 0.14.72.post3__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.
Potentially problematic release.
This version of vellum-workflow-server might be problematic. Click here for more details.
- {vellum_workflow_server-0.14.72.post2.dist-info → vellum_workflow_server-0.14.72.post3.dist-info}/METADATA +1 -1
- {vellum_workflow_server-0.14.72.post2.dist-info → vellum_workflow_server-0.14.72.post3.dist-info}/RECORD +5 -5
- workflow_server/api/workflow_view.py +2 -2
- {vellum_workflow_server-0.14.72.post2.dist-info → vellum_workflow_server-0.14.72.post3.dist-info}/WHEEL +0 -0
- {vellum_workflow_server-0.14.72.post2.dist-info → vellum_workflow_server-0.14.72.post3.dist-info}/entry_points.txt +0 -0
|
@@ -6,7 +6,7 @@ workflow_server/api/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
6
6
|
workflow_server/api/tests/test_input_display_mapping.py,sha256=drBZqMudFyB5wgiUOcMgRXz7E7ge-Qgxbstw4E4f0zE,2211
|
|
7
7
|
workflow_server/api/tests/test_workflow_view.py,sha256=2nscM_QsYPHkkTG8_JhNbE2LmGL5FQKXEtaLLjXouw0,14591
|
|
8
8
|
workflow_server/api/tests/test_workflow_view_stream_workflow_route.py,sha256=2gro4GD3FBuaA8T2-0oQxOOXh6zTf6hwxKb9CGU3x8g,24813
|
|
9
|
-
workflow_server/api/workflow_view.py,sha256
|
|
9
|
+
workflow_server/api/workflow_view.py,sha256=1xVZAQjX0vDdDiRK7uoSsSVX54tn3iA1P3ol1nRvvkk,17862
|
|
10
10
|
workflow_server/code_exec_runner.py,sha256=hWOo33AIHjkaShJNO1mF4pgPZYZXRgb9m2mkgPN753U,3210
|
|
11
11
|
workflow_server/config.py,sha256=K5Tavm7wiqCZt0RWWue7zzb8N6e8aWnFOTNlBqEJPcI,1330
|
|
12
12
|
workflow_server/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -26,7 +26,7 @@ workflow_server/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
|
26
26
|
workflow_server/utils/tests/test_system_utils.py,sha256=MdBxI9gxUOpR_JBAHpEz6dGFY6JjxhMSM2oExpqFvNA,4314
|
|
27
27
|
workflow_server/utils/tests/test_utils.py,sha256=qwK5Rmy3RQyjtlUrYAuGuDlBeRzZKsf1yS-y2IpUizQ,6452
|
|
28
28
|
workflow_server/utils/utils.py,sha256=Wqqn-1l2ugkGgy5paWWdt0AVxAyPMQCYcnRSSOMjXlA,4355
|
|
29
|
-
vellum_workflow_server-0.14.72.
|
|
30
|
-
vellum_workflow_server-0.14.72.
|
|
31
|
-
vellum_workflow_server-0.14.72.
|
|
32
|
-
vellum_workflow_server-0.14.72.
|
|
29
|
+
vellum_workflow_server-0.14.72.post3.dist-info/METADATA,sha256=-s3VrkLIwa7wyR-b6ztICTDKkbs-JxplfJtje4SzOEQ,2243
|
|
30
|
+
vellum_workflow_server-0.14.72.post3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
31
|
+
vellum_workflow_server-0.14.72.post3.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
|
|
32
|
+
vellum_workflow_server-0.14.72.post3.dist-info/RECORD,,
|
|
@@ -252,7 +252,7 @@ def stream_workflow_route() -> Response:
|
|
|
252
252
|
f"process count: {get_active_process_count()}"
|
|
253
253
|
)
|
|
254
254
|
except GeneratorExit:
|
|
255
|
-
app.logger.error("Client disconnected in the middle of the
|
|
255
|
+
app.logger.error("Client disconnected in the middle of the Workflow Stream")
|
|
256
256
|
return
|
|
257
257
|
finally:
|
|
258
258
|
try:
|
|
@@ -470,5 +470,5 @@ def startup_error_generator(
|
|
|
470
470
|
|
|
471
471
|
logger.error("Workflow stream could not start from resource constraints")
|
|
472
472
|
except GeneratorExit:
|
|
473
|
-
app.logger.error("Client disconnected in the middle of the
|
|
473
|
+
app.logger.error("Client disconnected in the middle of the Startup Error Stream")
|
|
474
474
|
return
|
|
File without changes
|
|
File without changes
|