chai3

Results 18 comments of chai3

@Fran-Rg I found https://pipenv.pypa.io/en/latest/advanced/#pipenv.environments.Setting.PIPENV_YES > PIPENV_YES > If set, Pipenv automatically assumes “yes” at all prompts. > Default is to prompt the user for an answer if the current command...

I am excitedly waiting for worker support. https://www.youtube.com/watch?v=Hw6-WiDWRzE&t=2100s > App Runner Feature... Upcomming > - Build pack Support > - Source code repositories(GitLab, BitBucket, CodeCommit) > - Bring-your-own-cert for custom...

I think App Runner supports Server-Sent Events within 120 seconds. https://docs.aws.amazon.com/apprunner/latest/dg/develop.html#develop.considerations > There is a total of 120 seconds request timeout limit on the HTTP requests. The 120 seconds include...

> Why do you need such a big docker image? Use S3 for static assets. You are doing something wrong. @landsman case 1. Gradio with Sentence BERT case 2. AWS...

> Can not mount this kind of data from a file system like AWS EFS? unnable - #14 > Docker Image should contain only application data I also think the...

I think the background process in an idle state never stop but throttled. I mesured that CPU-throttled instance in an idle state was about **0.01 vCPU**. https://aws.amazon.com/apprunner/faqs/ > If your...

@hariohmprasath Python import machine learning library takes 120 seconds in cpu throttled. If CPU is not hrottled, it will about 10 secons. I'm expecting upcoming announcements

> App Runner does not throttle the CPU for one minute after launching the tasks @hariohmprasath Thanks for your reply. I did not notice. That's very good news. I will...

@hariohmprasath cc @hariohmprasath https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-12-07-slowstartup.html > AWS App Runner instance to complete its startup tasks has increased from one to five minutes It's not configurable, but 5 minutes is plenty for...

https://github.com/aws/apprunner-roadmap/issues/216#issuecomment-1799272576 > We are adding some tolerance to our health check systems so if your application takes beyond 1 minute to fully startup we dont fail the service creation in...