89eaef495f
* debug tooltip now scrolls * Added a link to subscribe to alerts and improved the project alerts blank state * Better external link icon * Docs: Removed webhook tasks * Docs: removed limits performance * Docs: removed FAQs * Docs: Removed Architecture section * Docs: Removed API reference: CLI * Docs: Removed API reference: Objects * Docs: Removed API reference: Functions * Docs: removed automated tests * Docs: removed Middleware * Docs: removed Using APIs * Docs: removed Rollbacks * Docs: removed Trigger Filters * Docs: removed Webhook Tasks * Docs: removed Zod Tasks * Docs: Renamed Community page * Docs: Added a new Troubleshooting section and Alerts docs page * Hide the New Alerts button again if list is greater than 10 items * Customers now have to contact us for Slack Connect Support. * Fix the alerts docs link * Added env vars for a different alert email address, and whether the feature is enabled or not * Only show the alerts sidemenu item if the feature is enabled * Use a separate email client for sending alerts * Removed the link to Context from v3 docs * Removed obvious docs links that are now missing pages --------- Co-authored-by: Matt Aitken <matt@mattaitken.com>
26 lines
2.8 KiB
Plaintext
26 lines
2.8 KiB
Plaintext
---
|
|
title: "Feature matrix"
|
|
description: "What features are currently available in the Developer Preview"
|
|
---
|
|
|
|
| Feature | Description | Status |
|
|
| ----------------------------------------------------------------------------------- | ------------------------------------------------- | ------ |
|
|
| [Regular tasks](/v3/tasks-regular) | A task that can be triggered from anywhere | ✅ |
|
|
| [Triggering](/v3/triggering) | Triggering and batch triggering tasks | ✅ |
|
|
| [Testing from the dashboard](/v3/run-tests) | Test your tasks from the dashboard | ✅ |
|
|
| [Queues and concurrency controls](/v3/queue-concurrency) | Queues and concurrency controls | ✅ |
|
|
| [Per-tenant queuing](/v3/queue-concurrency#concurrency-keys-and-per-tenant-queuing) | Separate queues for each of your users | ✅ |
|
|
| [Reattempts and retrying](/v3/errors-retrying) | Write reliable tasks using retries | ✅ |
|
|
| [Atomic versioning](/v3/versioning) | Each deploy creates a new version | ✅ |
|
|
| [Deploy via CLI](/v3/cli-deploy) | Deploy from the command line | ✅ |
|
|
| [Deploy via GitHub Actions](/v3/github-actions) | Deploy using GitHub Actions | ✅ |
|
|
| Alerts | Add alerts in the UI for errors and deploys | ✅ |
|
|
| [Scheduled tasks](/v3/tasks-scheduled) | A task that can be triggered on a schedule | ✅ |
|
|
| [Zod tasks](/v3/tasks-zod) | Define tasks using Zod schemas | ⏳ |
|
|
| Full text search of runs | Find a run by searching the payload and output | ⏳ |
|
|
| Logs view with search | All logs view with filtering and full text search | ⏳ |
|
|
| Notifications | Send data to your web app from a run | ⏳ |
|
|
| Rollbacks | Easily rollback changes when errors happen | ⏳ |
|
|
|
|
[Let us know](https://trigger.dev/discord) what we should prioritize and what we are missing.
|