Python subprocess – OSError: [Errno 7] Argument list too long: ‘perl’
I have a Python script, which loops over an id list. Within a for loop, messages are downloaded from S3 bucket based on the particular id. Then a Perl script is called and the messages are decrypted one by one. The average size of a message is a few 100kB, not that big.