Skip to content

Commit 1921162

Browse files
https://github.com/Particular/GeneralPlatformExperience/issues/3312
1 parent 8e74359 commit 1921162

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

nservicebus/hosting/nservicebus-host/nservicebus-32-bit-x86-host-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: If 32-bit code must be invoked and loaded, use NServiceBus.Host32.exe
44
component: Host
55
redirects:
66
- nservicebus/nservicebus-32-bit-x86-host-process
7-
reviewed: 2022-01-26
7+
reviewed: 2024-10-16
88
---
99

1010
NServiceBus is an "Any CPU" framework. It doesn't have 32-bit or 64-bit specific code. This enables transitioning between 32- and 64-bit operating systems. Unfortunately, not all assemblies can be compiled using the default Any CPU architecture. In many, this is related to legacy systems that have 32-bit specific code for platform interoperability with native C libraries, etc.

nservicebus/hosting/override-hostid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ component: Core
55
versions: '[4.0,)'
66
redirects:
77
- nservicebus/override-hostid
8-
reviewed: 2022-01-26
8+
reviewed: 2024-10-14
99
---
1010

1111
## Host identifier

persistence/cosmosdb/saga-concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: CosmosDB Persistence Saga Concurrency
33
summary: Explains how concurrency works with sagas in the CosmosDB persister
44
component: CosmosDB
5-
reviewed: 2022-01-11
5+
reviewed: 2024-10-15
66
related:
77
- nservicebus/sagas/concurrency
88
---

persistence/cosmosdb/transactions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Transactions in Azure Cosmos DB persistence
33
component: CosmosDB
44
related:
55
- nservicebus/outbox
6-
reviewed: 2022-01-18
6+
reviewed: 2024-10-15
77
redirects:
88
- previews/cosmosdb/transactions
99
---

samples/cosmosdb/container/sample.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cosmos DB Persistence Usage with non-default container
33
summary: Using Cosmos DB Persistence to store sagas providing a non-default container dynamically
4-
reviewed: 2022-01-19
4+
reviewed: 2024-10-15
55
component: CosmosDB
66
related:
77
- nservicebus/sagas

samples/cosmosdb/transactions/sample.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cosmos DB Persistence Usage with transactions
33
summary: Using Cosmos DB Persistence to store sagas and outbox records atomically
4-
reviewed: 2022-01-19
4+
reviewed: 2024-10-14
55
component: CosmosDB
66
related:
77
- nservicebus/sagas

servicecontrol/bcdr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Business Continuity / Disaster Recovery
33
summary: Solutions for business continuity / disaster recovery with ServiceControl
4-
reviewed: 2022-01-21
4+
reviewed: 2024-10-16
55
related:
66
- servicecontrol/backup-sc-database
77
- servicecontrol/deploying-servicecontrol-in-a-cluster

servicecontrol/contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using ServiceControl Events
33
summary: Build custom notifications by subscribing to ServiceControl events
4-
reviewed: 2022-01-25
4+
reviewed: 2024-10-14
55
component: ServiceControlContracts
66
isLearningPath: true
77
redirects:

servicecontrol/securing-servicecontrol.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Securing ServiceControl
33
summary: How security is addressed in ServiceControl and how to limit access to ServiceControl data.
4-
reviewed: 2022-01-25
4+
reviewed: 2024-10-16
55
related:
66
- servicecontrol/servicecontrol-instances/configuration
77
- servicecontrol/configure-ravendb-location

servicepulse/event-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ServicePulse events
33
summary: Introduction to ServicePulse monitoring events
4-
reviewed: 2022-01-25
4+
reviewed: 2024-10-16
55
component: ServicePulse
66
related:
77
- monitoring/custom-checks/in-servicepulse

servicepulse/health-check-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Health check notifications
33
summary: Describes how to setup email notifications for failing ServiceControl internal health checks
44
component: ServicePulse
5-
reviewed: 2022-01-13
5+
reviewed: 2024-10-14
66
related:
77
---
88

tutorials/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorials
33
suppressRelated: true
4-
reviewed: 2022-01-21
4+
reviewed: 2024-10-16
55
summary: Step-by-step tutorials to help you learn how to use NServiceBus, with detailed instructions and downloadable solutions with the completed examples.
66
redirects:
77
- tutorials/monitoring

0 commit comments

Comments
 (0)