Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: DisableNotificationSuppression #21

Open
KevinJump opened this issue Jun 28, 2023 · 0 comments
Open

New: DisableNotificationSuppression #21

KevinJump opened this issue Jun 28, 2023 · 0 comments
Assignees

Comments

@KevinJump
Copy link
Member

Version : uSync 12
Thing: Config

From v12 uSync will use the Scope.Notifications.Suppress feature from Umbraco 12 , that means notifications for things like ContentSaved and ContrentPublished are not fired when the item is saved or published but rather in bulk at the end of an import process.

This means that notifications will fire but they won't necessary fire at the time the notification happens. this speeds up any imports because it doesn't fire events such as cache or examine rebuilds until the end of the process.

this shouldn't cause any issues but if it does you can use the Configuration option DisableNotificationSuppression to get uSync not to use the new Suppress feature, then all notifications will fire as they happen.

Default settings:

"uSync" : {
   "Settings" : {
      "DisableNotificationSuppression" : false 
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants