indix/gocd-s3-artifacts

Poller should only trigger after all artifacts are uploaded

manojlds opened this issue · 1 comments

Since publish first creates the "revision" and then goes on to upload the files, the poller can trigger even before all the files are uploaded.

A possible workaround is to set a metadata, say "complete" on the revision after uploading form publish, and poller trigger only when this metadata is found.

@Sriram-R @ashwanthkumar

Will take care of this.

On Wed, Dec 31, 2014 at 1:16 AM, Manoj notifications@github.com wrote:

Since publish first creates the "revision" and then goes on to upload the
files, the poller can trigger even before all the files are uploaded.

A possible workaround is to set a metadata, say "complete" on the revision
after uploading form publish, and poller trigger only when this metadata is
found.

@Sriram-R https://github.com/sriram-r @ashwanthkumar
https://github.com/ashwanthkumar


Reply to this email directly or view it on GitHub
#1.