FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 9f19cef1 authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: Check tar file completeness before download

Before this commit, the process_pre_job_server_download() function would
check if the necessary tar file exists on the remote server. But, because it is
 written there by sftp, and sftp doesn't generate any lock file or temp files, in-progress sftp writes look like they are available and the job continues. With this change, the job will only process if the tar file is completely written.
parent ceb6d84a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment