You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
module initialization error: [Errno 28] No space left on device
This seems to be because the zip option extracts to a random tempfile, and when the lambda is kept warm, that quickly eats through the 512MB of available tempspace. Need to extract to a fixed path instead.
This seems to be because the
zipoption extracts to a random tempfile, and when the lambda is kept warm, that quickly eats through the 512MB of available tempspace. Need to extract to a fixed path instead.