feat: support optimizeParallelism for inngest jobs (#2151)

This commit is contained in:
Lucas Smith
2025-11-08 12:53:13 +11:00
committed by GitHub
parent eff7d90f43
commit 37a2634aca
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export const SEAL_DOCUMENT_JOB_DEFINITION = {
id: SEAL_DOCUMENT_JOB_DEFINITION_ID,
name: 'Seal Document',
version: '1.0.0',
optimizeParallelism: true,
trigger: {
name: SEAL_DOCUMENT_JOB_DEFINITION_ID,
schema: SEAL_DOCUMENT_JOB_DEFINITION_SCHEMA,