DataDog / ci-teamcity-plugin

Apache License 2.0
2 stars 1 forks source link

[CIAPP-5466] Send webhooks asynchronously and concurrently #19

Closed andrea-mosk closed 1 year ago

andrea-mosk commented 1 year ago

Currently we are sending webhooks (for jobs and pipelines) synchronously during build processing. TeamCity suggested to do that in an asynchronous executor so this PR implements that.