You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now we have below operations happening in bulk via application groups, this feature request is to enable queuing for all Bulk Operations.
i) Build & Deploy β (queuing enabled)
ii) Hibernate & Unhibernate β (queuing disabled)
iii) Restart Workloads β (queuing enabled)
iv) Branch Change β (queuing disabled)
π€ Pitch / Usecases
My simple use case is to change branch in bulk but the operation fails intermittently probably because there is no queuing functionality on frontend side or backend side.
ποΈ Alternative
NA
π Have you spent some time to check if this issue has been raised before?
tayalrishabh96
changed the title
Feature: Implement Queuing functionality on frontend for all the bulk operations happening via application groups
Feature: Implement Queuing / batching functionality on frontend for all the bulk operations happening via application groups
May 17, 2024
This is done.
We now have batching in Frontend for all operation in Application group.
We have a configMap in dashboard to modify the batchSize.
configMap :
API_BATCH_SIZE : "<integer_value>"
π Feature description
As of now we have below operations happening in bulk via application groups, this feature request is to enable queuing for all Bulk Operations.
i) Build & Deploy β (queuing enabled)
ii) Hibernate & Unhibernate β (queuing disabled)
iii) Restart Workloads β (queuing enabled)
iv) Branch Change β (queuing disabled)
π€ Pitch / Usecases
My simple use case is to change branch in bulk but the operation fails intermittently probably because there is no queuing functionality on frontend side or backend side.
ποΈ Alternative
NA
π Have you spent some time to check if this issue has been raised before?
π’ Have you read the Code of Conduct?
AB#9808
The text was updated successfully, but these errors were encountered: