dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
230 stars 128 forks source link

Fixes workflow example #607

Closed ItalyPaleAle closed 1 year ago

ItalyPaleAle commented 1 year ago

Also reverts #606

The fix for now is to add a "sleep(2)" to await for the WF engine to be ready. It's perhaps the best we can do for now, until we add support for healthchecks before starting the WF client.

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (64b9ba1) 86.40% compared to head (90ef2b6) 86.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #607 +/- ## ======================================= Coverage 86.40% 86.40% ======================================= Files 74 74 Lines 3605 3605 ======================================= Hits 3115 3115 Misses 490 490 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.