Skip to content

Commit 73e00f5

Browse files
authored
v0.6.17: trigger.dev CI, workers FF
2 parents 1d7ae90 + 5c47ea5 commit 73e00f5

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

apps/sim/app/(landing)/partners/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Metadata } from 'next'
2-
import Link from 'next/link'
32
import { getNavBlogPosts } from '@/lib/blog/registry'
43
import { martianMono } from '@/app/_styles/fonts/martian-mono/martian-mono'
54
import { season } from '@/app/_styles/fonts/season/season'

apps/sim/lib/webhooks/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ export async function queueWebhookExecution(
13251325
`[${options.requestId}] Queued ${foundWebhook.provider} webhook execution ${jobId} via inline backend`
13261326
)
13271327

1328-
if (shouldExecuteInline()) {
1328+
if (!isBullMQEnabled()) {
13291329
void (async () => {
13301330
try {
13311331
await jobQueue.startJob(jobId)

apps/sim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@t3-oss/env-nextjs": "0.13.4",
9191
"@tanstack/react-query": "5.90.8",
9292
"@tanstack/react-query-devtools": "5.90.2",
93-
"@trigger.dev/sdk": "4.1.2",
93+
"@trigger.dev/sdk": "4.4.3",
9494
"@types/react-window": "2.0.0",
9595
"@types/three": "0.177.0",
9696
"better-auth": "1.3.12",
@@ -197,7 +197,7 @@
197197
"@sim/tsconfig": "workspace:*",
198198
"@tailwindcss/typography": "0.5.19",
199199
"@testing-library/jest-dom": "^6.6.3",
200-
"@trigger.dev/build": "4.1.2",
200+
"@trigger.dev/build": "4.4.3",
201201
"@types/fluent-ffmpeg": "2.1.28",
202202
"@types/html-to-text": "9.0.4",
203203
"@types/js-yaml": "4.0.9",

bun.lock

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)