Algo lags in the noon than in the morning

0

I am running an Algo on EC2 instance machine and its working fine in the morning but as time passes by there is a lag of 10-20sec in order placement.

I am unable to identify the issue. The python file is of only 14KB Kindly guide where is the problem and how to rectify it.

vibhav
preguntada hace 2 años223 visualizaciones
1 Respuesta
1

You don't say what instance type you're using. If you're using a T-series instance you should be aware that the CPU performance consumes "credits" and when they run out the performance may not be appropriate for your application. See our documentation for more information.

How can you fix this? You can use a larger instance type (which has more credits); you can launch the instance in "Unlimited" mode where you will be charged if (and only if) you run out of credits - but performance will not be impacted; or you can use a different instance type.

profile pictureAWS
EXPERTO
respondido hace 2 años
  • The instance is t2.micro

  • In that case my comments above stand. When performance is "lagging", check the metric for CPU credits.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas