I’m attempting to restrict the number of identical Cloud Run job instances running concurrently to prevent simultaneous writes to BigQuery tables. However, the –parallelism=1 parameter isn’t achieving this goal.
–parallelism=1
I was expecting the second execution to wait the first execution to finish before launching
2