Skip to content

Commit ff551c5

Browse files
committed
Ticked off alerts (in preparation for putting it live)
1 parent 794b25a commit ff551c5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/v3/feature-matrix.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ title: "Feature matrix"
33
description: "What features are currently available in the Developer Preview"
44
---
55

6-
| Feature | Description | Status |
7-
| ----------------------------------------------------------------------------------- | -------------------------------------------------- | ------ |
8-
| [Regular tasks](/v3/tasks-regular) | A task that can be triggered from anywhere ||
9-
| [Triggering](/v3/triggering) | Triggering and batch triggering tasks ||
10-
| [Testing from the dashboard](/v3/run-tests) | Test your tasks from the dashboard ||
11-
| [Queues and concurrency controls](/v3/queue-concurrency) | Queues and concurrency controls ||
12-
| [Per-tenant queuing](/v3/queue-concurrency#concurrency-keys-and-per-tenant-queuing) | Separate queues for each of your users ||
13-
| [Reattempts and retrying](/v3/errors-retrying) | Write reliable tasks using retries ||
14-
| [Atomic versioning](/v3/versioning) | Each deploy creates a new version ||
15-
| [Deploy via CLI](/v3/cli-deploy) | Deploy from the command line ||
16-
| [Deploy via GitHub Actions](/v3/github-actions) | Deploy using GitHub Actions ||
17-
| [Scheduled tasks](/v3/tasks-scheduled) | A task that can be triggered on a schedule ||
18-
| [Zod tasks](/v3/tasks-zod) | Define tasks using Zod schemas | |
19-
| [Webhook tasks](/v3/tasks-webhooks) | A task that can be triggered by a webhook ||
20-
| Full text search of runs | Find a run by searching the payload and output ||
21-
| Logs view with search | All logs view with filtering and full text search ||
22-
| Alerts | Add alerts in the UI for errors and queue backlogs ||
23-
| Notifications | Send data to your web app from a run ||
24-
| Rollbacks | Easily rollback changes when errors happen ||
6+
| Feature | Description | Status |
7+
| ----------------------------------------------------------------------------------- | ------------------------------------------------- | ------ |
8+
| [Regular tasks](/v3/tasks-regular) | A task that can be triggered from anywhere ||
9+
| [Triggering](/v3/triggering) | Triggering and batch triggering tasks ||
10+
| [Testing from the dashboard](/v3/run-tests) | Test your tasks from the dashboard ||
11+
| [Queues and concurrency controls](/v3/queue-concurrency) | Queues and concurrency controls ||
12+
| [Per-tenant queuing](/v3/queue-concurrency#concurrency-keys-and-per-tenant-queuing) | Separate queues for each of your users ||
13+
| [Reattempts and retrying](/v3/errors-retrying) | Write reliable tasks using retries ||
14+
| [Atomic versioning](/v3/versioning) | Each deploy creates a new version ||
15+
| [Deploy via CLI](/v3/cli-deploy) | Deploy from the command line ||
16+
| [Deploy via GitHub Actions](/v3/github-actions) | Deploy using GitHub Actions ||
17+
| Alerts | Add alerts in the UI for errors and deploys ||
18+
| [Scheduled tasks](/v3/tasks-scheduled) | A task that can be triggered on a schedule | |
19+
| [Zod tasks](/v3/tasks-zod) | Define tasks using Zod schemas ||
20+
| [Webhook tasks](/v3/tasks-webhooks) | A task that can be triggered by a webhook ||
21+
| Full text search of runs | Find a run by searching the payload and output ||
22+
| Logs view with search | All logs view with filtering and full text search ||
23+
| Notifications | Send data to your web app from a run ||
24+
| Rollbacks | Easily rollback changes when errors happen ||
2525

2626
[Let us know](https://trigger.dev/discord) what we should prioritize and what we are missing.

0 commit comments

Comments
 (0)