@trigger.dev/core 0.0.0-prerelease-20250212002625 → 0.0.0-python-preview-20250226140121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/schemas/api.d.ts +1999 -1999
- package/dist/commonjs/schemas/events.d.ts +8 -8
- package/dist/commonjs/schemas/fetch.d.ts +54 -54
- package/dist/commonjs/schemas/integrations.d.ts +4 -4
- package/dist/commonjs/schemas/notifications.d.ts +80 -80
- package/dist/commonjs/schemas/properties.d.ts +4 -4
- package/dist/commonjs/schemas/request.d.ts +4 -4
- package/dist/commonjs/schemas/requestFilter.d.ts +2 -2
- package/dist/commonjs/schemas/runs.d.ts +39 -39
- package/dist/commonjs/schemas/schedules.d.ts +12 -12
- package/dist/commonjs/schemas/statuses.d.ts +24 -24
- package/dist/commonjs/schemas/tasks.d.ts +50 -50
- package/dist/commonjs/schemas/triggers.d.ts +36 -36
- package/dist/commonjs/v3/apiClient/index.d.ts +72 -72
- package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -1
- package/dist/commonjs/v3/apps/provider.d.ts +1 -0
- package/dist/commonjs/v3/apps/provider.js +1 -0
- package/dist/commonjs/v3/apps/provider.js.map +1 -1
- package/dist/commonjs/v3/errors.d.ts +1 -0
- package/dist/commonjs/v3/errors.js +31 -0
- package/dist/commonjs/v3/errors.js.map +1 -1
- package/dist/commonjs/v3/index.d.ts +1 -0
- package/dist/commonjs/v3/index.js +1 -0
- package/dist/commonjs/v3/index.js.map +1 -1
- package/dist/commonjs/v3/links.d.ts +3 -0
- package/dist/commonjs/v3/links.js +3 -0
- package/dist/commonjs/v3/links.js.map +1 -1
- package/dist/commonjs/v3/run-timeline-metrics-api.d.ts +2 -0
- package/dist/commonjs/v3/run-timeline-metrics-api.js +8 -0
- package/dist/commonjs/v3/run-timeline-metrics-api.js.map +1 -0
- package/dist/commonjs/v3/runTimelineMetrics/index.d.ts +23 -0
- package/dist/commonjs/v3/runTimelineMetrics/index.js +160 -0
- package/dist/commonjs/v3/runTimelineMetrics/index.js.map +1 -0
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js +52 -0
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
- package/dist/commonjs/v3/runTimelineMetrics/types.d.ts +11 -0
- package/dist/commonjs/v3/runTimelineMetrics/types.js +3 -0
- package/dist/commonjs/v3/runTimelineMetrics/types.js.map +1 -0
- package/dist/commonjs/v3/schemas/api.d.ts +403 -403
- package/dist/commonjs/v3/schemas/build.d.ts +168 -168
- package/dist/commonjs/v3/schemas/common.d.ts +24 -24
- package/dist/commonjs/v3/schemas/common.js +1 -0
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/fetch.d.ts +13 -13
- package/dist/commonjs/v3/schemas/index.d.ts +1 -0
- package/dist/commonjs/v3/schemas/index.js +1 -0
- package/dist/commonjs/v3/schemas/index.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +6213 -3727
- package/dist/commonjs/v3/schemas/messages.js +22 -0
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/openTelemetry.d.ts +20 -20
- package/dist/commonjs/v3/schemas/resources.d.ts +58 -58
- package/dist/commonjs/v3/schemas/schemas.d.ts +386 -253
- package/dist/commonjs/v3/schemas/schemas.js +17 -1
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/schemas/webhooks.d.ts +1612 -0
- package/dist/commonjs/v3/schemas/webhooks.js +187 -0
- package/dist/commonjs/v3/schemas/webhooks.js.map +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.d.ts +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
- package/dist/commonjs/v3/taskContext/index.js +1 -1
- package/dist/commonjs/v3/taskContext/index.js.map +1 -1
- package/dist/commonjs/v3/tracer.d.ts +10 -2
- package/dist/commonjs/v3/tracer.js +13 -4
- package/dist/commonjs/v3/tracer.js.map +1 -1
- package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/commonjs/v3/utils/globals.d.ts +2 -0
- package/dist/commonjs/v3/utils/globals.js.map +1 -1
- package/dist/commonjs/v3/workers/index.d.ts +1 -0
- package/dist/commonjs/v3/workers/index.js +3 -1
- package/dist/commonjs/v3/workers/index.js.map +1 -1
- package/dist/commonjs/v3/workers/taskExecutor.js +19 -9
- package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
- package/dist/commonjs/v3/zodMessageHandler.d.ts +2 -2
- package/dist/commonjs/v3/zodSocket.d.ts +2 -2
- package/dist/commonjs/v3/zodSocket.js +3 -2
- package/dist/commonjs/v3/zodSocket.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/schemas/api.d.ts +2001 -2001
- package/dist/esm/schemas/events.d.ts +8 -8
- package/dist/esm/schemas/fetch.d.ts +54 -54
- package/dist/esm/schemas/integrations.d.ts +4 -4
- package/dist/esm/schemas/notifications.d.ts +80 -80
- package/dist/esm/schemas/properties.d.ts +4 -4
- package/dist/esm/schemas/request.d.ts +4 -4
- package/dist/esm/schemas/requestFilter.d.ts +2 -2
- package/dist/esm/schemas/runs.d.ts +39 -39
- package/dist/esm/schemas/schedules.d.ts +12 -12
- package/dist/esm/schemas/statuses.d.ts +24 -24
- package/dist/esm/schemas/tasks.d.ts +50 -50
- package/dist/esm/schemas/triggers.d.ts +36 -36
- package/dist/esm/v3/apiClient/index.d.ts +72 -72
- package/dist/esm/v3/apiClientManager/index.d.ts +1 -1
- package/dist/esm/v3/apps/provider.d.ts +1 -0
- package/dist/esm/v3/apps/provider.js +1 -0
- package/dist/esm/v3/apps/provider.js.map +1 -1
- package/dist/esm/v3/errors.d.ts +1 -0
- package/dist/esm/v3/errors.js +30 -0
- package/dist/esm/v3/errors.js.map +1 -1
- package/dist/esm/v3/index.d.ts +1 -0
- package/dist/esm/v3/index.js +1 -0
- package/dist/esm/v3/index.js.map +1 -1
- package/dist/esm/v3/links.d.ts +3 -0
- package/dist/esm/v3/links.js +3 -0
- package/dist/esm/v3/links.js.map +1 -1
- package/dist/esm/v3/run-timeline-metrics-api.d.ts +2 -0
- package/dist/esm/v3/run-timeline-metrics-api.js +5 -0
- package/dist/esm/v3/run-timeline-metrics-api.js.map +1 -0
- package/dist/esm/v3/runTimelineMetrics/index.d.ts +23 -0
- package/dist/esm/v3/runTimelineMetrics/index.js +156 -0
- package/dist/esm/v3/runTimelineMetrics/index.js.map +1 -0
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js +47 -0
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
- package/dist/esm/v3/runTimelineMetrics/types.d.ts +11 -0
- package/dist/esm/v3/runTimelineMetrics/types.js +2 -0
- package/dist/esm/v3/runTimelineMetrics/types.js.map +1 -0
- package/dist/esm/v3/schemas/api.d.ts +403 -403
- package/dist/esm/v3/schemas/build.d.ts +168 -168
- package/dist/esm/v3/schemas/common.d.ts +24 -24
- package/dist/esm/v3/schemas/common.js +1 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/fetch.d.ts +13 -13
- package/dist/esm/v3/schemas/index.d.ts +1 -0
- package/dist/esm/v3/schemas/index.js +1 -0
- package/dist/esm/v3/schemas/index.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +6213 -3727
- package/dist/esm/v3/schemas/messages.js +23 -1
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- package/dist/esm/v3/schemas/openTelemetry.d.ts +20 -20
- package/dist/esm/v3/schemas/resources.d.ts +58 -58
- package/dist/esm/v3/schemas/schemas.d.ts +386 -253
- package/dist/esm/v3/schemas/schemas.js +16 -0
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/schemas/webhooks.d.ts +1612 -0
- package/dist/esm/v3/schemas/webhooks.js +184 -0
- package/dist/esm/v3/schemas/webhooks.js.map +1 -0
- package/dist/esm/v3/semanticInternalAttributes.d.ts +1 -0
- package/dist/esm/v3/semanticInternalAttributes.js +1 -0
- package/dist/esm/v3/semanticInternalAttributes.js.map +1 -1
- package/dist/esm/v3/taskContext/index.js +1 -1
- package/dist/esm/v3/taskContext/index.js.map +1 -1
- package/dist/esm/v3/tracer.d.ts +10 -2
- package/dist/esm/v3/tracer.js +13 -4
- package/dist/esm/v3/tracer.js.map +1 -1
- package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/esm/v3/utils/globals.d.ts +2 -0
- package/dist/esm/v3/utils/globals.js.map +1 -1
- package/dist/esm/v3/workers/index.d.ts +1 -0
- package/dist/esm/v3/workers/index.js +1 -0
- package/dist/esm/v3/workers/index.js.map +1 -1
- package/dist/esm/v3/workers/taskExecutor.js +20 -10
- package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
- package/dist/esm/v3/zodMessageHandler.d.ts +2 -2
- package/dist/esm/v3/zodSocket.d.ts +2 -2
- package/dist/esm/v3/zodSocket.js +3 -2
- package/dist/esm/v3/zodSocket.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -120,12 +120,12 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
120
120
|
exclude?: string[] | undefined;
|
|
121
121
|
}>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
configPath: string;
|
|
124
|
-
runtime: "node" | "bun";
|
|
125
123
|
environment: string;
|
|
126
124
|
contentHash: string;
|
|
127
|
-
|
|
125
|
+
configPath: string;
|
|
126
|
+
runtime: "node" | "bun";
|
|
128
127
|
cliPackageVersion: string;
|
|
128
|
+
packageVersion: string;
|
|
129
129
|
deploy: {
|
|
130
130
|
env?: Record<string, string> | undefined;
|
|
131
131
|
sync?: {
|
|
@@ -152,6 +152,10 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
152
152
|
env?: Record<string, string> | undefined;
|
|
153
153
|
commands?: string[] | undefined;
|
|
154
154
|
};
|
|
155
|
+
image?: {
|
|
156
|
+
pkgs?: string[] | undefined;
|
|
157
|
+
instructions?: string[] | undefined;
|
|
158
|
+
} | undefined;
|
|
155
159
|
loaderEntryPoint?: string | undefined;
|
|
156
160
|
customConditions?: string[] | undefined;
|
|
157
161
|
otelImportHook?: {
|
|
@@ -164,17 +168,13 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
164
168
|
name: string;
|
|
165
169
|
version: string;
|
|
166
170
|
}[] | undefined;
|
|
167
|
-
image?: {
|
|
168
|
-
pkgs?: string[] | undefined;
|
|
169
|
-
instructions?: string[] | undefined;
|
|
170
|
-
} | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
configPath: string;
|
|
173
|
-
runtime: "node" | "bun";
|
|
174
172
|
environment: string;
|
|
175
173
|
contentHash: string;
|
|
176
|
-
|
|
174
|
+
configPath: string;
|
|
175
|
+
runtime: "node" | "bun";
|
|
177
176
|
cliPackageVersion: string;
|
|
177
|
+
packageVersion: string;
|
|
178
178
|
deploy: {
|
|
179
179
|
env?: Record<string, string> | undefined;
|
|
180
180
|
sync?: {
|
|
@@ -201,6 +201,10 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
201
201
|
env?: Record<string, string> | undefined;
|
|
202
202
|
commands?: string[] | undefined;
|
|
203
203
|
};
|
|
204
|
+
image?: {
|
|
205
|
+
pkgs?: string[] | undefined;
|
|
206
|
+
instructions?: string[] | undefined;
|
|
207
|
+
} | undefined;
|
|
204
208
|
loaderEntryPoint?: string | undefined;
|
|
205
209
|
customConditions?: string[] | undefined;
|
|
206
210
|
otelImportHook?: {
|
|
@@ -213,10 +217,6 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
213
217
|
name: string;
|
|
214
218
|
version: string;
|
|
215
219
|
}[] | undefined;
|
|
216
|
-
image?: {
|
|
217
|
-
pkgs?: string[] | undefined;
|
|
218
|
-
instructions?: string[] | undefined;
|
|
219
|
-
} | undefined;
|
|
220
220
|
}>;
|
|
221
221
|
export type BuildManifest = z.infer<typeof BuildManifest>;
|
|
222
222
|
export declare const IndexMessage: z.ZodObject<{
|
|
@@ -328,12 +328,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
328
328
|
exclude?: string[] | undefined;
|
|
329
329
|
}>>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
configPath: string;
|
|
332
|
-
runtime: "node" | "bun";
|
|
333
331
|
environment: string;
|
|
334
332
|
contentHash: string;
|
|
335
|
-
|
|
333
|
+
configPath: string;
|
|
334
|
+
runtime: "node" | "bun";
|
|
336
335
|
cliPackageVersion: string;
|
|
336
|
+
packageVersion: string;
|
|
337
337
|
deploy: {
|
|
338
338
|
env?: Record<string, string> | undefined;
|
|
339
339
|
sync?: {
|
|
@@ -360,6 +360,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
360
360
|
env?: Record<string, string> | undefined;
|
|
361
361
|
commands?: string[] | undefined;
|
|
362
362
|
};
|
|
363
|
+
image?: {
|
|
364
|
+
pkgs?: string[] | undefined;
|
|
365
|
+
instructions?: string[] | undefined;
|
|
366
|
+
} | undefined;
|
|
363
367
|
loaderEntryPoint?: string | undefined;
|
|
364
368
|
customConditions?: string[] | undefined;
|
|
365
369
|
otelImportHook?: {
|
|
@@ -372,17 +376,13 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
372
376
|
name: string;
|
|
373
377
|
version: string;
|
|
374
378
|
}[] | undefined;
|
|
375
|
-
image?: {
|
|
376
|
-
pkgs?: string[] | undefined;
|
|
377
|
-
instructions?: string[] | undefined;
|
|
378
|
-
} | undefined;
|
|
379
379
|
}, {
|
|
380
|
-
configPath: string;
|
|
381
|
-
runtime: "node" | "bun";
|
|
382
380
|
environment: string;
|
|
383
381
|
contentHash: string;
|
|
384
|
-
|
|
382
|
+
configPath: string;
|
|
383
|
+
runtime: "node" | "bun";
|
|
385
384
|
cliPackageVersion: string;
|
|
385
|
+
packageVersion: string;
|
|
386
386
|
deploy: {
|
|
387
387
|
env?: Record<string, string> | undefined;
|
|
388
388
|
sync?: {
|
|
@@ -409,6 +409,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
409
409
|
env?: Record<string, string> | undefined;
|
|
410
410
|
commands?: string[] | undefined;
|
|
411
411
|
};
|
|
412
|
+
image?: {
|
|
413
|
+
pkgs?: string[] | undefined;
|
|
414
|
+
instructions?: string[] | undefined;
|
|
415
|
+
} | undefined;
|
|
412
416
|
loaderEntryPoint?: string | undefined;
|
|
413
417
|
customConditions?: string[] | undefined;
|
|
414
418
|
otelImportHook?: {
|
|
@@ -421,19 +425,15 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
421
425
|
name: string;
|
|
422
426
|
version: string;
|
|
423
427
|
}[] | undefined;
|
|
424
|
-
image?: {
|
|
425
|
-
pkgs?: string[] | undefined;
|
|
426
|
-
instructions?: string[] | undefined;
|
|
427
|
-
} | undefined;
|
|
428
428
|
}>;
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
430
|
build: {
|
|
431
|
-
configPath: string;
|
|
432
|
-
runtime: "node" | "bun";
|
|
433
431
|
environment: string;
|
|
434
432
|
contentHash: string;
|
|
435
|
-
|
|
433
|
+
configPath: string;
|
|
434
|
+
runtime: "node" | "bun";
|
|
436
435
|
cliPackageVersion: string;
|
|
436
|
+
packageVersion: string;
|
|
437
437
|
deploy: {
|
|
438
438
|
env?: Record<string, string> | undefined;
|
|
439
439
|
sync?: {
|
|
@@ -460,6 +460,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
460
460
|
env?: Record<string, string> | undefined;
|
|
461
461
|
commands?: string[] | undefined;
|
|
462
462
|
};
|
|
463
|
+
image?: {
|
|
464
|
+
pkgs?: string[] | undefined;
|
|
465
|
+
instructions?: string[] | undefined;
|
|
466
|
+
} | undefined;
|
|
463
467
|
loaderEntryPoint?: string | undefined;
|
|
464
468
|
customConditions?: string[] | undefined;
|
|
465
469
|
otelImportHook?: {
|
|
@@ -472,19 +476,15 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
472
476
|
name: string;
|
|
473
477
|
version: string;
|
|
474
478
|
}[] | undefined;
|
|
475
|
-
image?: {
|
|
476
|
-
pkgs?: string[] | undefined;
|
|
477
|
-
instructions?: string[] | undefined;
|
|
478
|
-
} | undefined;
|
|
479
479
|
};
|
|
480
480
|
}, {
|
|
481
481
|
build: {
|
|
482
|
-
configPath: string;
|
|
483
|
-
runtime: "node" | "bun";
|
|
484
482
|
environment: string;
|
|
485
483
|
contentHash: string;
|
|
486
|
-
|
|
484
|
+
configPath: string;
|
|
485
|
+
runtime: "node" | "bun";
|
|
487
486
|
cliPackageVersion: string;
|
|
487
|
+
packageVersion: string;
|
|
488
488
|
deploy: {
|
|
489
489
|
env?: Record<string, string> | undefined;
|
|
490
490
|
sync?: {
|
|
@@ -511,6 +511,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
511
511
|
env?: Record<string, string> | undefined;
|
|
512
512
|
commands?: string[] | undefined;
|
|
513
513
|
};
|
|
514
|
+
image?: {
|
|
515
|
+
pkgs?: string[] | undefined;
|
|
516
|
+
instructions?: string[] | undefined;
|
|
517
|
+
} | undefined;
|
|
514
518
|
loaderEntryPoint?: string | undefined;
|
|
515
519
|
customConditions?: string[] | undefined;
|
|
516
520
|
otelImportHook?: {
|
|
@@ -523,22 +527,18 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
523
527
|
name: string;
|
|
524
528
|
version: string;
|
|
525
529
|
}[] | undefined;
|
|
526
|
-
image?: {
|
|
527
|
-
pkgs?: string[] | undefined;
|
|
528
|
-
instructions?: string[] | undefined;
|
|
529
|
-
} | undefined;
|
|
530
530
|
};
|
|
531
531
|
}>;
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
533
|
type: "index";
|
|
534
534
|
data: {
|
|
535
535
|
build: {
|
|
536
|
-
configPath: string;
|
|
537
|
-
runtime: "node" | "bun";
|
|
538
536
|
environment: string;
|
|
539
537
|
contentHash: string;
|
|
540
|
-
|
|
538
|
+
configPath: string;
|
|
539
|
+
runtime: "node" | "bun";
|
|
541
540
|
cliPackageVersion: string;
|
|
541
|
+
packageVersion: string;
|
|
542
542
|
deploy: {
|
|
543
543
|
env?: Record<string, string> | undefined;
|
|
544
544
|
sync?: {
|
|
@@ -565,6 +565,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
565
565
|
env?: Record<string, string> | undefined;
|
|
566
566
|
commands?: string[] | undefined;
|
|
567
567
|
};
|
|
568
|
+
image?: {
|
|
569
|
+
pkgs?: string[] | undefined;
|
|
570
|
+
instructions?: string[] | undefined;
|
|
571
|
+
} | undefined;
|
|
568
572
|
loaderEntryPoint?: string | undefined;
|
|
569
573
|
customConditions?: string[] | undefined;
|
|
570
574
|
otelImportHook?: {
|
|
@@ -577,22 +581,18 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
577
581
|
name: string;
|
|
578
582
|
version: string;
|
|
579
583
|
}[] | undefined;
|
|
580
|
-
image?: {
|
|
581
|
-
pkgs?: string[] | undefined;
|
|
582
|
-
instructions?: string[] | undefined;
|
|
583
|
-
} | undefined;
|
|
584
584
|
};
|
|
585
585
|
};
|
|
586
586
|
}, {
|
|
587
587
|
type: "index";
|
|
588
588
|
data: {
|
|
589
589
|
build: {
|
|
590
|
-
configPath: string;
|
|
591
|
-
runtime: "node" | "bun";
|
|
592
590
|
environment: string;
|
|
593
591
|
contentHash: string;
|
|
594
|
-
|
|
592
|
+
configPath: string;
|
|
593
|
+
runtime: "node" | "bun";
|
|
595
594
|
cliPackageVersion: string;
|
|
595
|
+
packageVersion: string;
|
|
596
596
|
deploy: {
|
|
597
597
|
env?: Record<string, string> | undefined;
|
|
598
598
|
sync?: {
|
|
@@ -619,6 +619,10 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
619
619
|
env?: Record<string, string> | undefined;
|
|
620
620
|
commands?: string[] | undefined;
|
|
621
621
|
};
|
|
622
|
+
image?: {
|
|
623
|
+
pkgs?: string[] | undefined;
|
|
624
|
+
instructions?: string[] | undefined;
|
|
625
|
+
} | undefined;
|
|
622
626
|
loaderEntryPoint?: string | undefined;
|
|
623
627
|
customConditions?: string[] | undefined;
|
|
624
628
|
otelImportHook?: {
|
|
@@ -631,10 +635,6 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
631
635
|
name: string;
|
|
632
636
|
version: string;
|
|
633
637
|
}[] | undefined;
|
|
634
|
-
image?: {
|
|
635
|
-
pkgs?: string[] | undefined;
|
|
636
|
-
instructions?: string[] | undefined;
|
|
637
|
-
} | undefined;
|
|
638
638
|
};
|
|
639
639
|
};
|
|
640
640
|
}>;
|
|
@@ -694,12 +694,12 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
694
694
|
memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
|
|
695
695
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
-
cpu?:
|
|
698
|
-
memory?:
|
|
697
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
698
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
699
699
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
700
700
|
}, {
|
|
701
|
-
cpu?:
|
|
702
|
-
memory?:
|
|
701
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
702
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
703
703
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
704
704
|
}>>;
|
|
705
705
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -716,19 +716,20 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
716
716
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
718
|
id: string;
|
|
719
|
-
exportName: string;
|
|
720
719
|
filePath: string;
|
|
720
|
+
exportName: string;
|
|
721
721
|
entryPoint: string;
|
|
722
|
-
|
|
723
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
724
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
725
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
726
|
-
} | undefined;
|
|
727
|
-
description?: string | undefined;
|
|
722
|
+
maxDuration?: number | undefined;
|
|
728
723
|
queue?: {
|
|
729
724
|
name?: string | undefined;
|
|
730
725
|
concurrencyLimit?: number | null | undefined;
|
|
731
726
|
} | undefined;
|
|
727
|
+
machine?: {
|
|
728
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
729
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
730
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
731
|
+
} | undefined;
|
|
732
|
+
description?: string | undefined;
|
|
732
733
|
retry?: {
|
|
733
734
|
maxAttempts?: number | undefined;
|
|
734
735
|
factor?: number | undefined;
|
|
@@ -744,22 +745,22 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
744
745
|
cron: string;
|
|
745
746
|
timezone: string;
|
|
746
747
|
} | undefined;
|
|
747
|
-
maxDuration?: number | undefined;
|
|
748
748
|
}, {
|
|
749
749
|
id: string;
|
|
750
|
-
exportName: string;
|
|
751
750
|
filePath: string;
|
|
751
|
+
exportName: string;
|
|
752
752
|
entryPoint: string;
|
|
753
|
-
|
|
754
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
755
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
756
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
757
|
-
} | undefined;
|
|
758
|
-
description?: string | undefined;
|
|
753
|
+
maxDuration?: number | undefined;
|
|
759
754
|
queue?: {
|
|
760
755
|
name?: string | undefined;
|
|
761
756
|
concurrencyLimit?: number | null | undefined;
|
|
762
757
|
} | undefined;
|
|
758
|
+
machine?: {
|
|
759
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
760
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
761
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
762
|
+
} | undefined;
|
|
763
|
+
description?: string | undefined;
|
|
763
764
|
retry?: {
|
|
764
765
|
maxAttempts?: number | undefined;
|
|
765
766
|
factor?: number | undefined;
|
|
@@ -775,7 +776,6 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
775
776
|
cron: string;
|
|
776
777
|
timezone: string;
|
|
777
778
|
} | undefined;
|
|
778
|
-
maxDuration?: number | undefined;
|
|
779
779
|
}>, "many">;
|
|
780
780
|
workerEntryPoint: z.ZodString;
|
|
781
781
|
controllerEntryPoint: z.ZodOptional<z.ZodString>;
|
|
@@ -793,22 +793,22 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
793
793
|
exclude?: string[] | undefined;
|
|
794
794
|
}>>;
|
|
795
795
|
}, "strip", z.ZodTypeAny, {
|
|
796
|
-
configPath: string;
|
|
797
796
|
tasks: {
|
|
798
797
|
id: string;
|
|
799
|
-
exportName: string;
|
|
800
798
|
filePath: string;
|
|
799
|
+
exportName: string;
|
|
801
800
|
entryPoint: string;
|
|
802
|
-
|
|
803
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
804
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
805
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
806
|
-
} | undefined;
|
|
807
|
-
description?: string | undefined;
|
|
801
|
+
maxDuration?: number | undefined;
|
|
808
802
|
queue?: {
|
|
809
803
|
name?: string | undefined;
|
|
810
804
|
concurrencyLimit?: number | null | undefined;
|
|
811
805
|
} | undefined;
|
|
806
|
+
machine?: {
|
|
807
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
808
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
809
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
810
|
+
} | undefined;
|
|
811
|
+
description?: string | undefined;
|
|
812
812
|
retry?: {
|
|
813
813
|
maxAttempts?: number | undefined;
|
|
814
814
|
factor?: number | undefined;
|
|
@@ -824,8 +824,8 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
824
824
|
cron: string;
|
|
825
825
|
timezone: string;
|
|
826
826
|
} | undefined;
|
|
827
|
-
maxDuration?: number | undefined;
|
|
828
827
|
}[];
|
|
828
|
+
configPath: string;
|
|
829
829
|
workerEntryPoint: string;
|
|
830
830
|
runtime: "node" | "bun";
|
|
831
831
|
controllerEntryPoint?: string | undefined;
|
|
@@ -836,22 +836,22 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
836
836
|
exclude?: string[] | undefined;
|
|
837
837
|
} | undefined;
|
|
838
838
|
}, {
|
|
839
|
-
configPath: string;
|
|
840
839
|
tasks: {
|
|
841
840
|
id: string;
|
|
842
|
-
exportName: string;
|
|
843
841
|
filePath: string;
|
|
842
|
+
exportName: string;
|
|
844
843
|
entryPoint: string;
|
|
845
|
-
|
|
846
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
847
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
848
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
849
|
-
} | undefined;
|
|
850
|
-
description?: string | undefined;
|
|
844
|
+
maxDuration?: number | undefined;
|
|
851
845
|
queue?: {
|
|
852
846
|
name?: string | undefined;
|
|
853
847
|
concurrencyLimit?: number | null | undefined;
|
|
854
848
|
} | undefined;
|
|
849
|
+
machine?: {
|
|
850
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
851
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
852
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
853
|
+
} | undefined;
|
|
854
|
+
description?: string | undefined;
|
|
855
855
|
retry?: {
|
|
856
856
|
maxAttempts?: number | undefined;
|
|
857
857
|
factor?: number | undefined;
|
|
@@ -867,8 +867,8 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
867
867
|
cron: string;
|
|
868
868
|
timezone: string;
|
|
869
869
|
} | undefined;
|
|
870
|
-
maxDuration?: number | undefined;
|
|
871
870
|
}[];
|
|
871
|
+
configPath: string;
|
|
872
872
|
workerEntryPoint: string;
|
|
873
873
|
runtime: "node" | "bun";
|
|
874
874
|
controllerEntryPoint?: string | undefined;
|
|
@@ -938,12 +938,12 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
938
938
|
memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
|
|
939
939
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
940
940
|
}, "strip", z.ZodTypeAny, {
|
|
941
|
-
cpu?:
|
|
942
|
-
memory?:
|
|
941
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
942
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
943
943
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
944
944
|
}, {
|
|
945
|
-
cpu?:
|
|
946
|
-
memory?:
|
|
945
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
946
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
947
947
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
948
948
|
}>>;
|
|
949
949
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -960,19 +960,20 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
960
960
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
962
|
id: string;
|
|
963
|
-
exportName: string;
|
|
964
963
|
filePath: string;
|
|
964
|
+
exportName: string;
|
|
965
965
|
entryPoint: string;
|
|
966
|
-
|
|
967
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
968
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
969
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
970
|
-
} | undefined;
|
|
971
|
-
description?: string | undefined;
|
|
966
|
+
maxDuration?: number | undefined;
|
|
972
967
|
queue?: {
|
|
973
968
|
name?: string | undefined;
|
|
974
969
|
concurrencyLimit?: number | null | undefined;
|
|
975
970
|
} | undefined;
|
|
971
|
+
machine?: {
|
|
972
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
973
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
974
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
975
|
+
} | undefined;
|
|
976
|
+
description?: string | undefined;
|
|
976
977
|
retry?: {
|
|
977
978
|
maxAttempts?: number | undefined;
|
|
978
979
|
factor?: number | undefined;
|
|
@@ -988,22 +989,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
988
989
|
cron: string;
|
|
989
990
|
timezone: string;
|
|
990
991
|
} | undefined;
|
|
991
|
-
maxDuration?: number | undefined;
|
|
992
992
|
}, {
|
|
993
993
|
id: string;
|
|
994
|
-
exportName: string;
|
|
995
994
|
filePath: string;
|
|
995
|
+
exportName: string;
|
|
996
996
|
entryPoint: string;
|
|
997
|
-
|
|
998
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
999
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1000
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1001
|
-
} | undefined;
|
|
1002
|
-
description?: string | undefined;
|
|
997
|
+
maxDuration?: number | undefined;
|
|
1003
998
|
queue?: {
|
|
1004
999
|
name?: string | undefined;
|
|
1005
1000
|
concurrencyLimit?: number | null | undefined;
|
|
1006
1001
|
} | undefined;
|
|
1002
|
+
machine?: {
|
|
1003
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1004
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1005
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1006
|
+
} | undefined;
|
|
1007
|
+
description?: string | undefined;
|
|
1007
1008
|
retry?: {
|
|
1008
1009
|
maxAttempts?: number | undefined;
|
|
1009
1010
|
factor?: number | undefined;
|
|
@@ -1019,7 +1020,6 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1019
1020
|
cron: string;
|
|
1020
1021
|
timezone: string;
|
|
1021
1022
|
} | undefined;
|
|
1022
|
-
maxDuration?: number | undefined;
|
|
1023
1023
|
}>, "many">;
|
|
1024
1024
|
workerEntryPoint: z.ZodString;
|
|
1025
1025
|
controllerEntryPoint: z.ZodOptional<z.ZodString>;
|
|
@@ -1037,22 +1037,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1037
1037
|
exclude?: string[] | undefined;
|
|
1038
1038
|
}>>;
|
|
1039
1039
|
}, "strip", z.ZodTypeAny, {
|
|
1040
|
-
configPath: string;
|
|
1041
1040
|
tasks: {
|
|
1042
1041
|
id: string;
|
|
1043
|
-
exportName: string;
|
|
1044
1042
|
filePath: string;
|
|
1043
|
+
exportName: string;
|
|
1045
1044
|
entryPoint: string;
|
|
1046
|
-
|
|
1047
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1048
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1049
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1050
|
-
} | undefined;
|
|
1051
|
-
description?: string | undefined;
|
|
1045
|
+
maxDuration?: number | undefined;
|
|
1052
1046
|
queue?: {
|
|
1053
1047
|
name?: string | undefined;
|
|
1054
1048
|
concurrencyLimit?: number | null | undefined;
|
|
1055
1049
|
} | undefined;
|
|
1050
|
+
machine?: {
|
|
1051
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1052
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1053
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1054
|
+
} | undefined;
|
|
1055
|
+
description?: string | undefined;
|
|
1056
1056
|
retry?: {
|
|
1057
1057
|
maxAttempts?: number | undefined;
|
|
1058
1058
|
factor?: number | undefined;
|
|
@@ -1068,8 +1068,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1068
1068
|
cron: string;
|
|
1069
1069
|
timezone: string;
|
|
1070
1070
|
} | undefined;
|
|
1071
|
-
maxDuration?: number | undefined;
|
|
1072
1071
|
}[];
|
|
1072
|
+
configPath: string;
|
|
1073
1073
|
workerEntryPoint: string;
|
|
1074
1074
|
runtime: "node" | "bun";
|
|
1075
1075
|
controllerEntryPoint?: string | undefined;
|
|
@@ -1080,22 +1080,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1080
1080
|
exclude?: string[] | undefined;
|
|
1081
1081
|
} | undefined;
|
|
1082
1082
|
}, {
|
|
1083
|
-
configPath: string;
|
|
1084
1083
|
tasks: {
|
|
1085
1084
|
id: string;
|
|
1086
|
-
exportName: string;
|
|
1087
1085
|
filePath: string;
|
|
1086
|
+
exportName: string;
|
|
1088
1087
|
entryPoint: string;
|
|
1089
|
-
|
|
1090
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1091
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1092
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1093
|
-
} | undefined;
|
|
1094
|
-
description?: string | undefined;
|
|
1088
|
+
maxDuration?: number | undefined;
|
|
1095
1089
|
queue?: {
|
|
1096
1090
|
name?: string | undefined;
|
|
1097
1091
|
concurrencyLimit?: number | null | undefined;
|
|
1098
1092
|
} | undefined;
|
|
1093
|
+
machine?: {
|
|
1094
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1095
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1096
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
description?: string | undefined;
|
|
1099
1099
|
retry?: {
|
|
1100
1100
|
maxAttempts?: number | undefined;
|
|
1101
1101
|
factor?: number | undefined;
|
|
@@ -1111,8 +1111,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1111
1111
|
cron: string;
|
|
1112
1112
|
timezone: string;
|
|
1113
1113
|
} | undefined;
|
|
1114
|
-
maxDuration?: number | undefined;
|
|
1115
1114
|
}[];
|
|
1115
|
+
configPath: string;
|
|
1116
1116
|
workerEntryPoint: string;
|
|
1117
1117
|
runtime: "node" | "bun";
|
|
1118
1118
|
controllerEntryPoint?: string | undefined;
|
|
@@ -1125,22 +1125,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1125
1125
|
}>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
1127
|
manifest: {
|
|
1128
|
-
configPath: string;
|
|
1129
1128
|
tasks: {
|
|
1130
1129
|
id: string;
|
|
1131
|
-
exportName: string;
|
|
1132
1130
|
filePath: string;
|
|
1131
|
+
exportName: string;
|
|
1133
1132
|
entryPoint: string;
|
|
1134
|
-
|
|
1135
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1136
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1137
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1138
|
-
} | undefined;
|
|
1139
|
-
description?: string | undefined;
|
|
1133
|
+
maxDuration?: number | undefined;
|
|
1140
1134
|
queue?: {
|
|
1141
1135
|
name?: string | undefined;
|
|
1142
1136
|
concurrencyLimit?: number | null | undefined;
|
|
1143
1137
|
} | undefined;
|
|
1138
|
+
machine?: {
|
|
1139
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1140
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1141
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1142
|
+
} | undefined;
|
|
1143
|
+
description?: string | undefined;
|
|
1144
1144
|
retry?: {
|
|
1145
1145
|
maxAttempts?: number | undefined;
|
|
1146
1146
|
factor?: number | undefined;
|
|
@@ -1156,8 +1156,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1156
1156
|
cron: string;
|
|
1157
1157
|
timezone: string;
|
|
1158
1158
|
} | undefined;
|
|
1159
|
-
maxDuration?: number | undefined;
|
|
1160
1159
|
}[];
|
|
1160
|
+
configPath: string;
|
|
1161
1161
|
workerEntryPoint: string;
|
|
1162
1162
|
runtime: "node" | "bun";
|
|
1163
1163
|
controllerEntryPoint?: string | undefined;
|
|
@@ -1170,22 +1170,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1170
1170
|
};
|
|
1171
1171
|
}, {
|
|
1172
1172
|
manifest: {
|
|
1173
|
-
configPath: string;
|
|
1174
1173
|
tasks: {
|
|
1175
1174
|
id: string;
|
|
1176
|
-
exportName: string;
|
|
1177
1175
|
filePath: string;
|
|
1176
|
+
exportName: string;
|
|
1178
1177
|
entryPoint: string;
|
|
1179
|
-
|
|
1180
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1181
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1182
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1183
|
-
} | undefined;
|
|
1184
|
-
description?: string | undefined;
|
|
1178
|
+
maxDuration?: number | undefined;
|
|
1185
1179
|
queue?: {
|
|
1186
1180
|
name?: string | undefined;
|
|
1187
1181
|
concurrencyLimit?: number | null | undefined;
|
|
1188
1182
|
} | undefined;
|
|
1183
|
+
machine?: {
|
|
1184
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1185
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1186
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1187
|
+
} | undefined;
|
|
1188
|
+
description?: string | undefined;
|
|
1189
1189
|
retry?: {
|
|
1190
1190
|
maxAttempts?: number | undefined;
|
|
1191
1191
|
factor?: number | undefined;
|
|
@@ -1201,8 +1201,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1201
1201
|
cron: string;
|
|
1202
1202
|
timezone: string;
|
|
1203
1203
|
} | undefined;
|
|
1204
|
-
maxDuration?: number | undefined;
|
|
1205
1204
|
}[];
|
|
1205
|
+
configPath: string;
|
|
1206
1206
|
workerEntryPoint: string;
|
|
1207
1207
|
runtime: "node" | "bun";
|
|
1208
1208
|
controllerEntryPoint?: string | undefined;
|
|
@@ -1218,22 +1218,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1218
1218
|
type: "worker-manifest";
|
|
1219
1219
|
data: {
|
|
1220
1220
|
manifest: {
|
|
1221
|
-
configPath: string;
|
|
1222
1221
|
tasks: {
|
|
1223
1222
|
id: string;
|
|
1224
|
-
exportName: string;
|
|
1225
1223
|
filePath: string;
|
|
1224
|
+
exportName: string;
|
|
1226
1225
|
entryPoint: string;
|
|
1227
|
-
|
|
1228
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1229
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1230
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1231
|
-
} | undefined;
|
|
1232
|
-
description?: string | undefined;
|
|
1226
|
+
maxDuration?: number | undefined;
|
|
1233
1227
|
queue?: {
|
|
1234
1228
|
name?: string | undefined;
|
|
1235
1229
|
concurrencyLimit?: number | null | undefined;
|
|
1236
1230
|
} | undefined;
|
|
1231
|
+
machine?: {
|
|
1232
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1233
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1234
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1235
|
+
} | undefined;
|
|
1236
|
+
description?: string | undefined;
|
|
1237
1237
|
retry?: {
|
|
1238
1238
|
maxAttempts?: number | undefined;
|
|
1239
1239
|
factor?: number | undefined;
|
|
@@ -1249,8 +1249,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1249
1249
|
cron: string;
|
|
1250
1250
|
timezone: string;
|
|
1251
1251
|
} | undefined;
|
|
1252
|
-
maxDuration?: number | undefined;
|
|
1253
1252
|
}[];
|
|
1253
|
+
configPath: string;
|
|
1254
1254
|
workerEntryPoint: string;
|
|
1255
1255
|
runtime: "node" | "bun";
|
|
1256
1256
|
controllerEntryPoint?: string | undefined;
|
|
@@ -1266,22 +1266,22 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1266
1266
|
type: "worker-manifest";
|
|
1267
1267
|
data: {
|
|
1268
1268
|
manifest: {
|
|
1269
|
-
configPath: string;
|
|
1270
1269
|
tasks: {
|
|
1271
1270
|
id: string;
|
|
1272
|
-
exportName: string;
|
|
1273
1271
|
filePath: string;
|
|
1272
|
+
exportName: string;
|
|
1274
1273
|
entryPoint: string;
|
|
1275
|
-
|
|
1276
|
-
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
1277
|
-
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1278
|
-
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1279
|
-
} | undefined;
|
|
1280
|
-
description?: string | undefined;
|
|
1274
|
+
maxDuration?: number | undefined;
|
|
1281
1275
|
queue?: {
|
|
1282
1276
|
name?: string | undefined;
|
|
1283
1277
|
concurrencyLimit?: number | null | undefined;
|
|
1284
1278
|
} | undefined;
|
|
1279
|
+
machine?: {
|
|
1280
|
+
cpu?: 4 | 2 | 1 | 0.25 | 0.5 | undefined;
|
|
1281
|
+
memory?: 4 | 2 | 1 | 0.25 | 0.5 | 8 | undefined;
|
|
1282
|
+
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1283
|
+
} | undefined;
|
|
1284
|
+
description?: string | undefined;
|
|
1285
1285
|
retry?: {
|
|
1286
1286
|
maxAttempts?: number | undefined;
|
|
1287
1287
|
factor?: number | undefined;
|
|
@@ -1297,8 +1297,8 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1297
1297
|
cron: string;
|
|
1298
1298
|
timezone: string;
|
|
1299
1299
|
} | undefined;
|
|
1300
|
-
maxDuration?: number | undefined;
|
|
1301
1300
|
}[];
|
|
1301
|
+
configPath: string;
|
|
1302
1302
|
workerEntryPoint: string;
|
|
1303
1303
|
runtime: "node" | "bun";
|
|
1304
1304
|
controllerEntryPoint?: string | undefined;
|