Skip to content

Add a poll request to group create

Patrick Rice requested to merge add-polling-to-group-create into main

Closes #692 (closed)

This add a polling wait on the gitlab_group Create method, to ensure that the group is created before we proceed to the Update operation that happens afterward. Groups appear to be treated as an async operation, and this will handle issues where groups don't create quite fast enough to respond to the Read call that happens after Create.

Merge request reports