fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

[feature request] add configurable timeout for "submit to review" #484

Closed iPavel92 closed 8 years ago

iPavel92 commented 8 years ago

The problem: sometimes build processing takes a lot of time. That makes troubles with batch updating. It will be nice to stop waiting build processing after some time and go to the next app.

For example, my workflow: Stage 1: uploadng new build

  1. Application A uploaded (submit_to_review = false), processing started
  2. Application B uploaded (submit_to_review = false), processing started ... Stage 2 (after about a hour when processing should be finished)
  3. Application A processed, submitted to review
  4. Application B still processing for hours, deliver waiting...
  5. Applications C, D - not submitted

What should be: Stage 2

  1. Application A processed, submitted to review
  2. Application B still processing for hours, deliver fails after configurable time (for ex. 10 mins)...
  3. Applications C, D - submitted to review
  4. (next day) Application B processed, submitted to review

Suggested solution: Add a paramether "build_processing_timeout_minutes" to the Deliverfile. If setted, stop deliver after build processing timeout

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1554. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: