Changes for page 210 - Deployment Delights
Last modified by Carlijn Kokkeler on 2024/04/18 13:08
From version 250.1
edited by Carlijn Kokkeler
on 2023/11/21 11:56
on 2023/11/21 11:56
Change comment:
There is no comment for this version
To version 283.1
edited by Carlijn Kokkeler
on 2023/12/04 15:19
on 2023/12/04 15:19
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -20 9-Max Verstappen1 +210 - Deployment Delights - Content
-
... ... @@ -1,72 +1,57 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** We have done ... ..6 +**Hi there, eMagiz developers!** We have have done much work for the Deploy phase. Moreover, we did several bug fixes, mainly relating to the Deploy phase again, but also several for the Store. Lastly, we have made some changes to the alerts that you may be receiving. 6 6 7 - {{warning}}Pleasebe aware that for this release, because of the duration of the deployment, we advise you to check your TEST andACCP cloud slots status, sinceyou might need to startthem manually in caseyour model is using the automatic wake up functionality. For following releases we will set the automatic wake up time to 6:00 AM UTC instead of 5:00 AM UTC. {{/warning}}8 +== **Alerts** == 8 8 9 - == **QuickerDeploymentPlan**==10 - Wefixedan issuewhichcaused the releasepreparation stepto takelongernnecessary andcausedthechinedeploymentstepstoexecutewhen theycouldbeskipped. So,thedeploynmentplan will befinished much quicker now!10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ alert has been temporarily disabled due to a high number of false positives. 11 11 12 - == **Next GenerationArchitectureDefault** ==13 -W iththisrelease,thenext generationarchitecturewillbecomethedefault. New modelswill usethis generationas default.13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 14 14 15 -[[image:Main.Images.Release Blog.WebHome@release-blog-next-gen-default.png]] 16 - 17 -== **Cloud Template R11 Docker - Single Lane** == 18 -This release introduces a new cloud template for all our customers running in a single-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]]. 19 - 20 -== **Cloud Template R13 Docker - Double Lane** == 21 -This release introduces a new cloud template for all our customers running in a double-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]]. 22 - 23 23 == **Feedback Items** == 24 24 25 -//__Unused properties overview__// 26 -In Deploy > Releases, it is now possible to see all unused properties of an environment. This can be viewed by clicking the three dots in the Create phase section. Here it is also possible to quickly delete all or a selection of those unused properties. Unused properties are properties that are: 27 -* Not used by any runtime that is in the Create phase release. 28 -* Not required by a flow that is in the Create phase release. 29 -* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 18 +//__Container version overview__// 19 +In Deploy > Releases, it is now possible to see the container versions in the release details. This can be viewed by clicking the three dots in the Create phase section. 30 30 31 -//__Send build requests asynchronously__// 32 -The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 21 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 33 33 34 -//__ Queueexplorermilliseconds__//35 - Thequeuebrowser now displaysmilliseconds inthetimestamps.23 +//__Unchanged containers__// 24 +When deploying a new release, containers that have no changes between the deployed release and the new release will not be deployed and restarted. 36 36 37 -//__ Cancelandextbuttonsorder__//38 - The order of the cancel andnextbuttons whencreatinganew triggerhasbeen changedto increasealignmentacrossthe platform.Now, allcancel buttonsareplaced onthe rightof a'next' or 'save' button.26 +//__Rebuilding of images__// 27 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 39 39 40 -//__Unused images__// 41 -When a release is removed, the related unused images in the on-premises machines will be removed as well. 29 +== **Bug Fixes** == 42 42 43 -//__ Carwashlogging__//44 - A newloggingfeature enablingus to makebetterchoices in encryption standards willbe released.31 +//__Runtime metrics processing__// 32 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 45 45 46 -//__ Static alertsqueue consumers__//47 - Alertingwill now onlygenerate alertsfor queues that arecreatedandmanagedbytheeMagiz JMSserver.34 +//__Deployment plan__// 35 +We solved a bug where a deployment step in the deployment plan could randomly get stuck. 48 48 49 -== **Bug Fixes** == 37 +//__Store message merging__// 38 +The message merging tool has been fixed to allow merging of your message definitions from the Store to existing data model messages. 50 50 51 -//__ Flow Designerconnectionline__//52 - Inthe Flow Designer an issue has been fixed where theconnectionlinefordrawingchannelsdidworkwellwhenscrollingorzoomingin/out on thecanvas.40 +//__View all store items__// 41 +An issue has been fixed where it was not possible to load more store items in the left panel in the Create phase Flow Designer. 53 53 54 -//__ Portalformigratedmodels__//55 -We fixeda rare case wherea runtimecouldnot start,orlogging,errors and metricscouldnotbeeenin the portalforamodel that hadjust migrated tothenext generation architecture.43 +//__Out of memory behavior__// 44 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 56 56 57 -//__ Errorchannelinbounds__//58 -We added a migrationstep,wherewesetthe errorchannelto “errorChannel”of allinboundsin a flow ifthe customerror handlingis setto false.Before,theerror channelwouldbeset to“errorChannel”onlyforthe first inboundinanentryflow.46 +//__Max fetch size__// 47 +We improved the help text of the advanced option of ‘max fetch size’ for the mail inbound adapter to better describe how that option affects its behavior. 59 59 60 60 == **Fancy Forum Answers** == 61 61 62 62 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 63 63 64 -* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 65 -* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 66 -* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 67 -* [[Next generation architecture with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 53 +* [[JSONPath in SpEL expressions>>https://my.emagiz.com/p/question/172825635703415034||target="blank"]] 68 68 69 - 70 70 == **Key takeaways** == 71 71 72 72 Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: ... ... @@ -87,5 +87,11 @@ 87 87 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 88 88 89 89 ~*~* Indicates a next-generation-architecture only feature. 90 -{{/info}})))((({{toc/}}))){{/container}} 75 +{{/info}} 76 +))) 77 + 78 +((( 79 +{{toc/}} 80 +))) 91 91 {{/container}} 82 +{{/container}}