I am running a decryption process on millions of files and I am using GnuPG for this.
After the job running for couple of minutes it is closing abruptly with the following error:
ERROR: Starksoft.Aspen.GnuPG.GpgException: Error. Action: Decrypt. Command args: --passphrase-fd 0 --no-verbose --batch --trust-model always --decrypt ---> Starksoft.Aspen.GnuPG.GpgException: A time out event occurred while executing the GPG program.
at Starksoft.Aspen.GnuPG.Gpg.ExecuteGpg(ActionTypes action, Stream inputStream, Stream outputStream)
--- End of inner exception stack trace ---
at Starksoft.Aspen.GnuPG.Gpg.ExecuteGpg(ActionTypes action, Stream inputStream, Stream outputStream)
at Starksoft.Aspen.GnuPG.Gpg.Decrypt(Stream inputStream, Stream outputStream)
I have written a batch job and tried to schedule it, that fails as well after couple of minutes. I don't see a configuration file either in the GnuPG folder if I need to change any timeout settings.