You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// that event is a distributed even that triggers on all nodes
// BUT it should totally NOT run on nodes other that the one that handled the other events
// and besides, it cannot run on a background thread!
Questions:
is publishing on a background thread ever supported?
would it be OK to have this fail silently if there is no HttpContext or does it need some no httpContext way of working ?
The text was updated successfully, but these errors were encountered:
similar to #6464 the RedirectTrackingComponent code throws errors if a content item is published in a background thread.
https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs
Principly here ,
https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs#L73
There is no HttpContext (i think) so this errors
in other places in the on the page
Questions:
The text was updated successfully, but these errors were encountered: