UNPKG

@codecompose/typed-pubsub

Version:

A type-safe pub/sub abstraction for Google Cloud and Firebase

13 lines 446 B
export declare const HOUR_MINUTES = 60; export declare const MINUTE_MS: number; /** Default options for Pubsub handlers */ export declare const defaultHandlerOptions: { readonly retry: true; readonly retryMaxAgeMinutes: undefined; readonly memory: "512MiB"; readonly markEvent: false; readonly timeoutSeconds: 20; readonly vpcConnector: undefined; readonly maxInstances: 250; }; //# sourceMappingURL=constants.d.ts.map