Skip to content

fix: init provisioner after starting API server

Artyom Kartasov requested to merge reorder-startup-services into master

Description

Pulling the Docker image for clones as part of provisioning tool initialization can take some time. To start serving HTTP requests early, initialize the provisioner after the API server has started.

Related issue

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Merge request reports