Skip to content

Commit

Permalink
chore: increase func timelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyH820 committed May 13, 2024
1 parent 629f308 commit 12ebbc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/server/src/functions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const functions: AWS["functions"] = {
},
getWeekly: {
handler: "src/functions/cron/getWeeklyHandler.main",
timeout: 600,
events: [
{
schedule: {
Expand All @@ -39,6 +40,7 @@ export const functions: AWS["functions"] = {
},
updateDaily: {
handler: "src/functions/cron/updateDailyHandler.main",
timeout: 600,
events: [
{
schedule: {
Expand Down

0 comments on commit 12ebbc1

Please sign in to comment.