modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
271 stars 35 forks source link

Fix bug where method.local() re-triggers lifecycle methods MOD-3202 #1947

Closed freider closed 3 months ago

freider commented 3 months ago

Running self.other_method.local() would previously re-trigger enter lifecycle methods on the class, even if they already ran as part of setting up the container.

Changelog