danielgerlag / conductor

Distributed workflow server
MIT License
532 stars 98 forks source link

StepController.Post() - Change 'async void' to 'async Task' #33

Open yavari-alireza opened 3 years ago

yavari-alireza commented 3 years ago

If async void throws exception, web server goes down (e.g. duplicate step name)