Skip to content

Commit

Permalink
cron debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Nov 21, 2023
1 parent e427084 commit 4306142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/optimism-retropgf-3/crons/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NextRequest } from "next/server";
import { Pool } from "pg";
import { request, gql } from "graphql-request";

export const maxDuration = 300; // This function can run for a maximum of 300 seconds
export const maxDuration = 660; // This function can run for a maximum of 10 minutes
export const dynamic = "force-dynamic";

const pool = new Pool({
Expand Down

0 comments on commit 4306142

Please sign in to comment.