Skip to content

Commit b0f08c4

Browse files
authored
Merge branch 'triggerdotdev:main' into main
2 parents c246120 + 412eb81 commit b0f08c4

File tree

101 files changed

+6076
-2119
lines changed

Some content is hidden

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

101 files changed

+6076
-2119
lines changed

.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 mintlify@4.0.222 broken-links
42+
run: npx mintlify@4.0.393 broken-links

apps/coordinator/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
1313
FROM node-20 AS base
1414

1515
RUN apt-get update \
16-
&& apt-get install -y buildah ca-certificates dumb-init docker.io \
16+
&& apt-get install -y buildah ca-certificates dumb-init docker.io busybox \
1717
&& rm -rf /var/lib/apt/lists/*
1818

1919
COPY --chown=node:node .gitignore .gitignore

0 commit comments

Comments
 (0)