Polycrate API 0.11.12 released: Editor & UI Modernization
Polycrate API Version 0.11.12 brings extensive UI modernization with the new Milkdown Editor, S3 …
Polycrate API version 0.11.11 delivers massive performance improvements by removing the unused discovery phase and optimizing activity tracking.
The control_loop (every 10 seconds) previously called discover_class() for 5 model types, leading to over 1000 DB queries per cycle - even though the discovery methods mostly contained only pass. This phase has been completely removed.
Before: 1000+ DB queries / 10 seconds
After: 0 DB queries for discovery
The get_original_field_values() function executed an additional SELECT query with every save(). With a new from_db() caching mechanism, values are now stored upon initial loading.
Before: 1 SELECT per save()
After: 0 SELECTs (cached values)
The polycrate-api block has been updated to version 0.5.15:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.11
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate API Version 0.11.12 brings extensive UI modernization with the new Milkdown Editor, S3 …
Polycrate API version 0.11.10 addresses several UI bugs and performance issues in the endpoint …
Polycrate API version 0.11.7 corrects the representation of host objects. Host String Representation …