Skip to content

Commit

Permalink
I want to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed Jun 14, 2019
1 parent b3b7ee2 commit ff66bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/worker/archiver/activities.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ const (
// uploadHistoryActivity is used to upload a workflow execution history to blobstore.
// method will retry all retryable operations until context expires.
// archival will be skipped and no error will be returned if cluster or domain is not figured for archival.
// An error will be returned if context timeout, request is invalid, or failed to get domain cache entry.
// All other errors (and the error details) will be included in the uploadResult.
// The result will also contain a list of blob keys to delete when there's an error.
// an error will be returned if context timeout, request is invalid, or failed to get domain cache entry.
// all other errors (and the error details) will be included in the uploadResult.
// the result will also contain a list of blob keys to delete when there's an error.
func uploadHistoryActivity(ctx context.Context, request ArchiveRequest) (result uploadResult, err error) {
container := ctx.Value(bootstrapContainerKey).(*BootstrapContainer)
progress := uploadProgress{
Expand Down

0 comments on commit ff66bfa

Please sign in to comment.