Hi <@U021J8TU753>, I have an issue with the flows ...
# ask-community
c
Hi @Prefect, I have an issue with the flows just "disconnecting" in the task run. It looks like the tasks are being kicked off via VisualStudioCode, but in the middle of the task it looks like it exits out for some reason. But the flow keeps running in the UI, which is weird... (see console and UI screenshot for details). Any help would be appreciated, we've been stuck for days
Copy code
(\\v-tm-qeq-05\Prefect\) PS Microsoft.PowerShell.Core\FileSystem::\\v-tm-qeq-05\PrefectScripts\cleung> & //v-tm-qeq-05/Prefect/python.exe //v-tm-qeq-05/PrefectScripts/cleung/Script/ibes_pykx.py
13:27:13.699 | DEBUG   | prefect.client - Connecting to API at <http://v-tm-qeq-05:4200/api/>
13:27:13.999 | INFO    | prefect.engine - Created flow run 'awesome-tarsier' for flow 'ibes-pykx'
13:27:14.001 | DEBUG   | Flow run 'awesome-tarsier' - Starting 'ConcurrentTaskRunner'; submitted tasks will be run concurrently...
13:27:14.004 | DEBUG   | prefect.task_runner.concurrent - Starting task runner...
13:27:14.245 | DEBUG   | Flow run 'awesome-tarsier' - Executing flow 'ibes-pykx' for flow run 'awesome-tarsier'...
13:27:14.247 | DEBUG   | Flow run 'awesome-tarsier' - Beginning execution...
13:27:14.250 | INFO    | Flow run 'awesome-tarsier' - Initializing initial arguments
13:27:14.311 | INFO    | Flow run 'awesome-tarsier' - Created task run 'saveRetRawNaive-0' for task 'saveRetRawNaive'
13:27:14.315 | INFO    | Flow run 'awesome-tarsier' - Submitted task run 'saveRetRawNaive-0' for execution.
13:27:14.360 | INFO    | Flow run 'awesome-tarsier' - Created task run 'saveRecRevAI260-0' for task 'saveRecRevAI260'
13:27:14.363 | INFO    | Flow run 'awesome-tarsier' - Submitted task run 'saveRecRevAI260-0' for execution.
13:27:14.452 | DEBUG   | Task run 'saveRetRawNaive-0' - Beginning execution...
13:27:14.456 | INFO    | Task run 'saveRetRawNaive-0' - Executing saveRetRawNaive
13:27:14.501 | DEBUG   | Task run 'saveRecRevAI260-0' - Beginning execution...
13:27:14.510 | INFO    | Task run 'saveRecRevAI260-0' - Executing saveRecRevAI260
13:27:16.039 | DEBUG   | prefect.client - Connecting to API at <http://v-tm-qeq-05:4200/api/>
(\\v-tm-qeq-05\Prefect\) PS Microsoft.PowerShell.Core\FileSystem::\\v-tm-qeq-05\PrefectScripts\cleung>