Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expire the deprecation of web_endpoint(wait_for_response=False) #2353

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

mwaskom
Copy link
Contributor

@mwaskom mwaskom commented Oct 18, 2024

This was deprecated >5 months ago.

Changelog

  • Passing wait_for_response=False with modal.web_endpoint is no longer supported. See the docs for alternatives.

(2024, 5, 13),
"wait_for_response=False has been deprecated on web endpoints. See "
+ "https://modal.com/docs/guide/webhook-timeouts#polling-solutions for alternatives",
"https://modal.com/docs/guide/webhook-timeouts#polling-solutions for alternatives.",
)
_response_mode = api_pb2.WEBHOOK_ASYNC_MODE_TRIGGER
Copy link
Contributor

Choose a reason for hiding this comment

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

this line is dead now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm True — I guess i'll add a comment on what we used that for in the proto file itself.

Copy link
Contributor

@devennavani devennavani left a comment

Choose a reason for hiding this comment

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

LGTM

@mwaskom mwaskom merged commit a2de52c into main Oct 18, 2024
21 checks passed
@mwaskom mwaskom deleted the michael/expire-wait-for-response-deprecation branch October 18, 2024 16:08
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.

3 participants