Skip to content

Conversation

easafe
Copy link
Contributor

@easafe easafe commented Apr 1, 2024

Add support for several --account flags. The accounts passed must already have been logged in. force import uses a mutex to synchonize concurrent deployments.

Add support for several --account flags. The accounts passed must already have been logged in. `force import` uses a mutex to synchonize concurrent deployments.
deployments.Add(1)
go func() {
defer deployments.Done()
err := deployWith(current, &status, files, &options, displayOptions)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll need to return the results so we can combine them. We'll get invalid output, especially with --reporttype junit, if we let each goroutine write it its own results.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we display all the messages from one goroutine then the next and so on so forth?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants