This message was deleted.
# atlantis-community
s
This message was deleted.
p
no
d
There's no hard limit, but if you are doing things such as parallel plans, there is a concurrent limit (15)
j
We are not using parallel plans since we just use 1 workspace
There is def. something wrong between gitlab and atlanits, because it will never plan more than 10 things.
like, you can 19 things in the webhook, but something is happening where atlantis only gets 10.. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111533 MR's like that from gitlab make me think they broke working functionality, again.
d
hmmmm
that sounds like maybe a pagination thing with the GitLab client and it never gets the rest
j
im not saying that is related.. but man it sounds close
a little while back they broke our release process when they decided that new MR's didnt have to indicate there were changes, it became eventually consistent, so we had to re-write our stuff to poll each new MR before deciding if it should release
and they did it on a minor version change, since semver is just an opinion i guess 😕
😭 1
Im about to run a test in my dev env, with a big MR, so i can hopefully capture all of the logs
ty 1
d
just always bump minor, never major/patch
j
i promise at some point ill do this test.. prod release day in a government office takes a while 😄
😭 1
well, i can not dupe it in my dev env, so ill have to try to dupe it in the actual env 😕
Copy code
"msg":"filtered modified files to 251 .tf or terragrunt.hcl files:
"msg":"automatically determined that there were 28 projects modified in this pull request:
Its the same docker image, but this ENV is in k8s, where this one specific env is running aws ecs using that TF module
p
how heavy is the repo?
j
9.3MiB
p
I guess is not a very deep tree
j
the one i test in my dev env, is 7.5MiB
once this dev sorts thru his current issue, im going to re-create my test, in this repo
and grab all the logs
too much going on now for me to test in that specific one
p
ok