Skip to content

Commit

Permalink
Align scheduler timeout with function timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Oct 3, 2024
1 parent bd91d0c commit 030812c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ for (const subgraphName in subgraphNameToConfigs) {
{
schedule: "0 * * * *", // Start of every hour
timeZone: "UTC",
attemptDeadline: `${functionTimeoutSeconds}s`,
httpTarget: {
httpMethod: "GET",
uri: tokenHolderFunction.httpsTriggerUrl,
Expand Down

0 comments on commit 030812c

Please sign in to comment.