@@ -3,24 +3,24 @@ title: "Feature matrix"
3
3
description : " What features are currently available in the Developer Preview"
4
4
---
5
5
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 | ⏳ |
25
25
26
26
[ Let us know] ( https://trigger.dev/discord ) what we should prioritize and what we are missing.
0 commit comments