We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd240b commit 652d0b3Copy full SHA for 652d0b3
1 file changed
functions/src/events/scrapeEvents.ts
@@ -44,7 +44,8 @@ abstract class EventScraper<ListItem, Event extends BaseEvent> {
44
return runWith({
45
timeoutSeconds: this.timeout,
46
secrets: ["ASSEMBLY_API_KEY"],
47
- memory: this.memory
+ memory: this.memory,
48
+ maxInstances: 1
49
})
50
.pubsub.schedule(this.schedule)
51
.onRun(() => this.run())
0 commit comments