Orion 2022.3 Orion Platform Highlights
Highlighted changes from Orion Platform 4.4.0 to 4.5.4
Orion Client
ocli packages init now includes an example of how to use
prebuild
andpostbuild
hooks.ocli cost export generates spending/storage cost reports
An issue where
orionclient.types.Shard.download()
could receive less data than expected has been fixed. AnIOError
will be raised andorionclient.types.Shard.download_to_file()
will catch and retry.
Floe
A new cube parameter,
shared_memory_mb
, has been added. This parameter allows manipulation of docker’s--shm_size
parameter when containers are launched, thus modifying the amount of RAM available to/dev/shm/
within the container.Parallel To Serial Initializer Cube scenarios that cause deadlock are now validated.