ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
35 stars 8 forks source link

Development solution imports that fail after 2 minutes needlessly retry for an hour #58

Closed ewingjm closed 3 years ago

ewingjm commented 3 years ago

Description

If a development solution fails to import and and import has taken longer than 2 minutes, it will continue to retry for an hour until finally failing due to flow timeout.

Steps to reproduce

Difficult to reproduce as it's not always easy to guarantee a solution import failure after 2 minutes. Happens occasionally.

Expected behaviour

The merging flow should not be relying solely on the progress of the importjob to tell it when the import has finished - it also needs to check the result. At the moment, it retries until progress is at 100.

Screenshots

image

ewingjm commented 3 years ago

Fixed in #60.