Skip to content

Conversation

@sampaiodiego
Copy link
Member

2021-10-18 · 2 🐛 · 2 👩‍💻👨‍💻

Engine versions

  • Node: 12.22.1
  • NPM: 6.14.1
  • MongoDB: 3.6, 4.0, 4.2, 4.4, 5.0
  • Apps-Engine: 1.28.0

🐛 Bug fixes

  • APPS: Communication problem when updating and uninstalling apps in cluster (#23418)

    • Make the hook responsible for receiving app update events inside a cluster fetch the app's package (zip file) in the correct place.

    • Also shows a warning message on uninstalls inside a cluster. As there are many servers writing to the same place, some race conditions may occur. This prevents problems related to terminating the process in the middle due to errors being thrown and leaving the server in a faulty state.

  • Server crashing when Routing method is not available at start (#23473)

👩‍💻👨‍💻 Core Team 🤓

KevLehman and others added 3 commits October 18, 2021 18:07
…23473)

* Prevent server crash when routing method is not valid

* Change way of starting/stopping queue

* Friday...

* Fix PR comments

* Update app/livechat/server/lib/RoutingManager.js

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
… in cluster (#23418)

* Fix communication problem when updating apps in cluster

* Fix app being removed in multi-instances env problem
@sampaiodiego sampaiodiego requested review from a team October 18, 2021 21:08
Copy link
Member

@KevLehman KevLehman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving on behalf of Omni :)

@sampaiodiego sampaiodiego merged commit 6e49fc9 into master Oct 18, 2021
@sampaiodiego sampaiodiego deleted the release-4.0.3 branch October 18, 2021 22:59
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.

4 participants