Peijmon Kasravi
Peijmon Kasravi
@katrinabrock I have the same exact error that you posted when trying to deploy using this github action: https://github.com/youyo/aws-cdk-github-actions Were you able to find a fix?
@AntonUspehov I ended up not using that action and just writing my own
@AntonUspehov sure no problem! ``` name: CDK Deploy Pipeline on: workflow_dispatch: inputs: deployEnv: description: "Deployment Environment (dev/prod)" required: true jobs: Deploy: runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/checkout@v2...
cc: @LaurentMazare
Sorry it took me so late to reply. Can you push out 0.17? Version 0.16 is good to go. Thanks for all the hard work!
Thanks for the reply. I tried your suggestions, with max throughput set to 400 I am seeing mixed results shown below. Here is the modified mount command with some extra...
Hi @arsh I tried your suggestion but I'm not seeing much of a difference. Here are the results using the same code I shared above. I've also included the results...
@arsh were you able to reproduce similar or different results? I ran my test with logging enabled, the log file was 1G. I've attached as much as github will allow...