Skip to content

Commit d48d9a0

Browse files
authored
Removed invite-only from readme
1 parent 72f3a4b commit d48d9a0

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313

1414
</div>
1515

16-
> The Trigger.dev v3 developer preview is now open. For more information and to get early access, check out our [developer preview launch post](https://trigger.dev/blog/v3-developer-preview-launch/).
17-
1816
## About Trigger.dev
1917

20-
Trigger.dev is an open source platform and SDK which allows you to create long-running background jobs in your codebase. Write normal async code, deploy, and never hit a timeout.
18+
Trigger.dev is an open source platform and SDK which allows you to create long-running background jobs with no timeouts. Write normal async code, deploy, and never hit a timeout.
2119

2220
#### Features:
2321

@@ -26,17 +24,9 @@ Trigger.dev is an open source platform and SDK which allows you to create long-r
2624
- No infrastructure to manage
2725
- Works with your existing tech stack
2826

29-
## Long-running tasks on serverless
30-
31-
Reliably run tasks and don’t worry about function timeouts, we handle those for you.
32-
33-
- Auto-resume after a function timeout
34-
- Auto-resume after a server outage
35-
- Add delays of up to a year
36-
3727
## In your codebase
3828

39-
Create tasks where they belong: in your codebase. Version control, localhost, test, review, and deploy like you're already used to.
29+
Create tasks where they belong: in your codebase. Version control, localhost, test and review like you're already used to.
4030

4131
```ts
4232
import { task } from "@trigger.dev/sdk/v3";
@@ -55,7 +45,7 @@ export const helloWorld = task({
5545

5646
## Deployment
5747

58-
Use our SDK to write tasks in your codebase. There's nothing extra to deploy and no CI to configure, your tasks just connect to our cloud. Or you can always [self-host](https://trigger.dev/docs/v3/open-source-self-hosting#overview).
48+
Use our SDK to write tasks in your codebase. There's no infrastructure to manage, your tasks automatically scale and connect to our cloud. Or you can always [self-host](https://trigger.dev/docs/v3/open-source-self-hosting#overview).
5949

6050
## Environments
6151

0 commit comments

Comments
 (0)