Skip to content

Commit

Permalink
up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Dec 31, 2024
1 parent 8c6026d commit a9a1cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/scrap-airfleets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function genDispatcher() {

export const scrapMatriculasTask = schemaTask({
id: "scrap-matriculas",
maxDuration: 600,
maxDuration: 6000,
run: async (payload, { ctx }) => {
const sql = sqlBuilder();
const matriculas = await sql<{ matricula: string }[]>`
Expand Down

0 comments on commit a9a1cee

Please sign in to comment.