hi, in the last two days i have a issue on some sc...
# ask-community
j
hi, in the last two days i have a issue on some scripts running by prefect, i think is some related to prefect running more than one process when starts ... it seems to run three times, instead of having only one process running. All successful flows start two process: where one fails and the other go to the end and finish all ok. This occurs with a script that executes a gdal command and fails because of permission when it goes to overwrite the file (maybe because concurrent process try read/write the same file?)