@@ -34,6 +34,12 @@ Lists the configuration being used by your current running Backstage instance.
|
||||
|
||||

|
||||
|
||||
### Scheduled Tasks
|
||||
|
||||
Scheduled tasks can be viewed and triggered under the `Scheduled Tasks` tab. [See below to configure](#scheduled-tasks-configuration).
|
||||
|
||||

|
||||
|
||||
## Optional Features
|
||||
|
||||
The DevTools plugin can be setup with other tabs with additional helpful features.
|
||||
@@ -489,3 +495,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
apt-get update && \
|
||||
apt-get install -y ... iputils-ping
|
||||
```
|
||||
|
||||
### Scheduled Tasks Configuration
|
||||
|
||||
Scheduled tasks can be viewed and triggered under the `Scheduled Tasks` tab. You first must add the list of plugins for scheduled tasks to your config:
|
||||
|
||||
```yaml
|
||||
devTools:
|
||||
scheduledTasks:
|
||||
plugins:
|
||||
- catalog
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user