mirror of https://github.com/dapr/docs.git
fix link errors
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
67f665a4b8
commit
a3b815653c
|
@ -17,4 +17,4 @@ The scheduler service is deployed as part of `dapr init -k`, or via the Dapr Hel
|
|||
|
||||
## Related links
|
||||
|
||||
[Learn more about the Scheduler API.]({{< ref scheduler_api.md >}})
|
||||
[Learn more about the Jobs API.]({{< ref jobs_api.md >}})
|
|
@ -24,4 +24,4 @@ For CLI there is no explicit opt-in, just the version that this was first made a
|
|||
| **Transactional Outbox** | Allows state operations for inserts and updates to be published to a configured pub/sub topic using a single transaction across the state store and the pub/sub | N/A | [Transactional Outbox Feature]({{< ref howto-outbox.md >}}) | v1.12 |
|
||||
| **Component Hot Reloading** | Allows for Dapr-loaded components to be "hot reloaded". A component spec is reloaded when it is created/updated/deleted in Kubernetes or on file when running in self-hosted mode. Ignores changes to actor state stores and workflow backends. | `HotReload`| [Hot Reloading]({{< ref components-concept.md >}}) | v1.13 |
|
||||
| **Subscription Hot Reloading** | Allows for declarative subscriptions to be "hot reloaded". A subscription is reloaded either when it is created/updated/deleted in Kubernetes, or on file in self-hosted mode. In-flight messages are unaffected when reloading. | `HotReload`| [Hot Reloading]({{< ref "subscription-methods.md#declarative-subscriptions" >}}) | v1.14 |
|
||||
| **Jobs actor reminders** | Whilst the [Scheduler service]({{< ref "concepts/dapr-services/scheduler.md" >}}) is deployed by default, jobs reminders (used for scheduling actor reminders) are enabled through a preview feature and needs a feature flag. | `SchedulerReminders`| [Jobs reminders]({{< ref "scheduler-overview.md#jobs-reminders" >}}) | v1.14 |
|
||||
| **Jobs actor reminders** | Whilst the [Scheduler service]({{< ref "concepts/dapr-services/scheduler.md" >}}) is deployed by default, jobs reminders (used for scheduling actor reminders) are enabled through a preview feature and needs a feature flag. | `SchedulerReminders`| [Jobs reminders]({{< ref "jobs-overview.md#actor-reminders" >}}) | v1.14 |
|
||||
|
|
Loading…
Reference in New Issue