Greg Dubicki

Results 411 comments of Greg Dubicki

Hi @rossbeehler! We already have a retry for 500 with some wait time: https://github.com/gitlabform/gitlabform/blob/main/gitlabform/gitlab/core.py#L32-L36 Although maybe this time is not enough and we should increase it..?

> I think you have these 3 retries shared across all API calls for an entire gitlabform run, correct? Since we have ~4000 projects, I can see those getting used...

> Is there a way to see when a retry is executed? Yes, with a debug output. But I understand that it's not practical with your scale. To make the...

Bit thanks @stefansundin! I updated Homebrew and switched to your test build mentioned above. I'll let you know in some time if I experience any more crashes.

I think this is partially answered by https://github.com/chobits/ngx_http_proxy_connect_module/issues/107#issuecomment-496908828, but I would appreciate a full and clear answer from the maintainers too.

I completely agree - it should work this way, but it's a breaking change that should increase the major version. But because we version the configuration files we can do...

Please check out an initial proposal for implementing this here https://github.com/gitlabform/gitlabform/wiki/Current-and-proposed-way-of-selecting-targets

Hey, this looks good @amimas and I am totally for the incremental approach. Can we just add some code to actually test if the test configs that you added are...

I don’t have experience with JSON/YAML schemas, @amimas. Let’s do it the way you recommend, so it will be better for the users. So what would that be? 😊 Of...

I just went through all of the code in this PR and I am supper impressed. Thank you, @amimas, for this great contribution! 😊 I would be happy to approve...