Hi @tilal.ahmad
We’ve implemented the Google Cloud Storage support you’ve added for self-hosted docker instances, and it seems the credit increase bug is back. Here are the outputs and logs from some test runs for merging two pptx files:
- run 1: 666 credit increase
image.png (13.5 KB)
image.png (13.5 KB) - run 2: 666 credit increase
image.png (13.5 KB)
image.png (13.5 KB) - run 3: 666 credit increase
image.png (13.0 KB)
image.png (42.3 KB) - run 4: 479 credit increase (two files different from previous runs)
image.png (13.3 KB)
image.png (29.8 KB) - run 5: 445 credit increase for first error + 446 credit increase for second error (two files different from previous runs)
image.png (121.7 KB)
It seems we get an exception because we’re exceeding the memory limit:image.png (7.7 KB)
Are the files collected from Google Cloud Storage not deleted after merging? And if so, could it be made so that they are deleted (as we don’t want an ever increasing container)?
Could you please fix this bug? Thanks.