adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

Uploading will sometimes report an error even though extension package processing is still occurring on the Launch servers. #42

Open brenthosie opened 3 years ago

brenthosie commented 3 years ago

Expected Behaviour

When uploading an extension package, the packager should more gracefully handle longer-than-expected upload times.

Actual Behaviour

The uploader uses a retry loop of 50 times, then errors out. Extension processing usually still happens on the Launch servers just fine.

Reproduce Scenario (including but not limited to)

Unsure

Steps to Reproduce

Consult with Launch API team about reasons that an extension package would take a long time to process.

Platform and Version

@adobe/reactor-uploaderv5.0.2

Sample Code that illustrates the problem

https://github.com/adobe/reactor-uploader/blob/master/bin/monitorStatus.js#L21-L33

Logs taken while reproducing problem

error-screenshot

thebenrob commented 3 years ago

@adobe export issue to Jira project PDCL

github-jira-sync-bot commented 3 years ago

:white_check_mark: Jira issue PDCL-6252 is successfully created for this GitHub issue.

jeffreywalter commented 2 years ago

Add a function that will start monitor loop for existing package id. @brenthosie thought of this