chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

Activites are asynchronous - they should be blocking #109

Open bugra-derre opened 4 years ago

bugra-derre commented 4 years ago

For now the activities in the Azure extension are asynchronous and are not waiting for the activity result. According to the Chaostoolkit specification they should be synchronous.

If a user anyway wants to have the activities async he still can manage this by setting the background = true flage in the chaos experiment itself.