Skip to content

Commit 71356cd

Browse files
committed
Merge remote-tracking branch 'origin/main' into run-engine-2
# Conflicts: # apps/coordinator/src/checkpointer.ts # apps/webapp/app/components/code/CodeBlock.tsx # apps/webapp/app/presenters/v3/SpanPresenter.server.ts # apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.deployments/route.tsx # apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx # apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.electric.$runParam/route.tsx # apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam/route.tsx # apps/webapp/app/v3/eventRepository.server.ts # apps/webapp/app/v3/services/cancelTaskRun.server.ts # apps/webapp/app/v3/services/completeAttempt.server.ts # apps/webapp/app/v3/services/finalizeDeployment.server.ts # apps/webapp/app/v3/services/rollbackDeployment.server.ts # apps/webapp/app/v3/services/triggerTask.server.ts # apps/webapp/test/fairDequeuingStrategy.test.ts # apps/webapp/test/realtimeClient.test.ts # internal-packages/database/prisma/schema.prisma # packages/cli-v3/src/apiClient.ts # packages/cli-v3/src/cli/index.ts # packages/cli-v3/src/dev/workerRuntime.ts # packages/cli-v3/src/entryPoints/deploy-run-controller.ts # packages/cli-v3/src/entryPoints/dev-run-worker.ts # packages/cli-v3/src/entryPoints/managed-run-worker.ts # packages/core/src/v3/errors.ts # packages/core/src/v3/schemas/index.ts # packages/core/src/v3/schemas/schemas.ts # packages/core/src/v3/types/tasks.ts # packages/core/src/v3/workers/index.ts # packages/trigger-sdk/src/v3/shared.ts
2 parents 56d2297 + 457273e commit 71356cd

File tree

291 files changed

+14349
-7305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+14349
-7305
lines changed

.changeset/cold-coins-burn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@trigger.dev/react-hooks": patch
3+
"@trigger.dev/sdk": patch
4+
"trigger.dev": patch
5+
---
6+
7+
Add support for two-phase deployments and task version pinning

.changeset/little-trains-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/python": patch
3+
---
4+
5+
Introduced a new Python extension to enhance the build process. It now allows users to execute Python scripts with improved support and error handling.

.changeset/lovely-toys-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-cars-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fix issue where a typescript file with only types causes indexing to fail

.changeset/rude-news-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Upgrade @clack/prompts to 0.10.0 to fix CI output

.changeset/silent-squids-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fixes needsPromotion github action output

.changeset/wise-mirrors-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
Add manual checkpoint schema

.changeset/witty-jars-approve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
- Add new run completion submission message with ack
6+
- Add timeout support to sendWithAck

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
${{ runner.os }}-mintlify
4040
4141
- name: 🔗 Check for broken links
42-
run: npx [email protected].222 broken-links
42+
run: npx [email protected].393 broken-links

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img alt="Trigger.dev logo" src="https://imagedelivery.net/3TbraffuDZ4aEf8KWOmI_w/a45d1fa2-0ae8-4a39-4409-f4f934bfae00/public">
66
</picture>
77

8-
### Open source background jobs with no timeouts
8+
### Open source background jobs and AI infrastructure
99

1010
[Discord](https://trigger.dev/discord) | [Website](https://trigger.dev) | [Issues](https://github.com/triggerdotdev/trigger.dev/issues) | [Docs](https://trigger.dev/docs)
1111

@@ -20,12 +20,14 @@ Trigger.dev is an open source platform and SDK which allows you to create long-r
2020
### Key features:
2121

2222
- JavaScript and TypeScript SDK
23-
- Write reliable code by default
2423
- No timeouts
2524
- Retries (with exponential backoff)
2625
- Queues and concurrency controls
2726
- Schedules and crons
2827
- Full Observability; logs, live trace views, advanced filtering
28+
- React hooks to interact with the Trigger API from your React app
29+
- Pipe LLM streams straight to your users through the Realtime API
30+
- Trigger tasks and display the run status and metadata anywhere in your app
2931
- Custom alerts, get notified by email, Slack or webhooks
3032
- No infrastructure to manage
3133
- Elastic (scaling)

0 commit comments

Comments
 (0)