We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I am trying to get the docs of python3, but as you can see, it failed without any error or even job that don't show any logs
I suspect that is because Modal closed the container running this job as I set container_idle_timeout=300
container_idle_timeout=300
As I am writting this, I realize that is isn't a bug, but how should I handle this situation ?
Information about your version
Information about your GPU T4 from Modal.com
Additional context
I think that this isn't really a bug and I just need to prevent Modal to close the container, by using it or increasing the time before sleep.
If you have some idea or something
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am trying to get the docs of python3, but as you can see, it failed without any error or even job that don't show any logs
I suspect that is because Modal closed the container running this job as I set
container_idle_timeout=300
As I am writting this, I realize that is isn't a bug, but how should I handle this situation ?
Information about your version
Information about your GPU
T4 from Modal.com
Additional context
I think that this isn't really a bug and I just need to prevent Modal to close the container, by using it or increasing the time before sleep.
If you have some idea or something
The text was updated successfully, but these errors were encountered: