Skip to content

feat: increase the number of task executor instances#1613

Merged
davidgamez merged 1 commit intomainfrom
fix/task_executor_max_instances
Mar 6, 2026
Merged

feat: increase the number of task executor instances#1613
davidgamez merged 1 commit intomainfrom
fix/task_executor_max_instances

Conversation

@davidgamez
Copy link
Member

@davidgamez davidgamez commented Mar 5, 2026

Summary:

This PR increases the number of instances that can run concurrently with the task executor function. As the task executor function is a generic cloud run function, there is no point in limiting how many instances can be run at a single point in time. I set it to a high number(200), to avoid over-billing in case of a code error on the caller.

Expected behavior:

The number of max instances must be set to 200.

Testing tips:
Just check the DEV environment settings.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with ./scripts/api-tests.sh to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@davidgamez
Copy link
Member Author

DEV environment settings:
Screenshot 2026-03-05 at 4 52 44 PM

@davidgamez davidgamez marked this pull request as ready for review March 5, 2026 21:53
@davidgamez davidgamez merged commit e82f21e into main Mar 6, 2026
8 of 9 checks passed
@davidgamez davidgamez deleted the fix/task_executor_max_instances branch March 6, 2026 14:50
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.

2 participants