File tree Expand file tree Collapse file tree 4 files changed +21
-20
lines changed
Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 11import type { Metadata } from 'next'
2- import Link from 'next/link'
32import { getNavBlogPosts } from '@/lib/blog/registry'
43import { martianMono } from '@/app/_styles/fonts/martian-mono/martian-mono'
54import { season } from '@/app/_styles/fonts/season/season'
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments