Skip to content

fix: rename task timeout kind and also apply it to scheduler#1934

Open
IzaakGough wants to merge 1 commit into
masterfrom
@invertase/fix-timeout-kind-for-task-and-scheduler
Open

fix: rename task timeout kind and also apply it to scheduler#1934
IzaakGough wants to merge 1 commit into
masterfrom
@invertase/fix-timeout-kind-for-task-and-scheduler

Conversation

@IzaakGough

@IzaakGough IzaakGough commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Fixes #1933

relnote: none

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increases the maximum timeout limit for scheduled functions (v2) from 540 seconds to 1800 seconds. To support this, the timeout category "task" has been renamed to "scheduledOrTask", and the constant "MAX_TASK_TIMEOUT_SECONDS" has been updated to "MAX_SCHEDULE_OR_TASK_TIMEOUT_SECONDS". Validation logic, tests, and error messages have been updated accordingly. I have no additional feedback to provide as there are no review comments.

@IzaakGough
IzaakGough marked this pull request as ready for review July 17, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v7.3.0 rejects valid 1800s timeout for v2 onSchedule functions

2 participants