You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,9 @@
13
13
14
14
</div>
15
15
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
-
18
16
## About Trigger.dev
19
17
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.
21
19
22
20
#### Features:
23
21
@@ -26,17 +24,9 @@ Trigger.dev is an open source platform and SDK which allows you to create long-r
26
24
- No infrastructure to manage
27
25
- Works with your existing tech stack
28
26
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
-
37
27
## In your codebase
38
28
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, testand review like you're already used to.
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).
0 commit comments