Skip to content

Increase Timeouts and Fix Modal Deployment Bug#205

Merged
klieret merged 1 commit intoSWE-agent:mainfrom
joyliu-q:joy/increase-timeouts-and-fix-deployment-bug
Jun 25, 2025
Merged

Increase Timeouts and Fix Modal Deployment Bug#205
klieret merged 1 commit intoSWE-agent:mainfrom
joyliu-q:joy/increase-timeouts-and-fix-deployment-bug

Conversation

@joyliu-q
Copy link
Collaborator

@joyliu-q joyliu-q commented Jun 23, 2025

This PR includes the two following changes:

Increased timeouts x2 from 1800 to 3600 (30 min to 1 hr)

This is based on our observation that users often hit the initial 30 minute timeouts and have to manually adjust.

ModalDeployment Initialization Bug

When a deployment is already started, warn on calling deployment.start() twice to prevent orphaned deployment with no cleanup.

  • An alternate design is to warn, clean up old deployment, and start new one, but my understanding is that it is not intended behavior and duplicate calls are only done in error (when copying code blocks).

@joyliu-q joyliu-q marked this pull request as ready for review June 24, 2025 19:52
Copy link
Member

@klieret klieret left a comment

Choose a reason for hiding this comment

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

Sounds good, thank you! Really appreciate the feedback & changes!

@klieret klieret merged commit 6cf60cd into SWE-agent:main Jun 25, 2025
3 of 4 checks passed
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