Skip to content

Fix entity command batch progress bar#5096

Merged
weitzman merged 1 commit intodrush-ops:11.xfrom
normanlolx:patch-1
Mar 15, 2022
Merged

Fix entity command batch progress bar#5096
weitzman merged 1 commit intodrush-ops:11.xfrom
normanlolx:patch-1

Conversation

@normanlolx
Copy link

Let's assume there are only 5 entities, but chunk size is set as 250. The progress bar shows "5" => "0%" for one second and immediately switch to "250" => "100%". While the progress should only rise by the actual number of entity IDs in the current $chunk.

Let's assume there are only 5 entities, but chunk size is set as 250. The progress bar shows "5" => "0%" for one second and immediately switch to "250" => "100%". While the progress should only rise by the actual number of entity IDs in the current `$chunk`.
@weitzman weitzman merged commit 287400c into drush-ops:11.x Mar 15, 2022
@normanlolx normanlolx deleted the patch-1 branch March 15, 2022 22:49
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