Amazon + Django each 12 hours appears that [Errno 5] Input/output error

后端 未结 3 2588
臣服心动
臣服心动 2021-02-20 15:37

I recently setup and deploy an Amazon EC2 instance for deploy my django project.

I was interacting with my application via browser when I get this error in the browser:

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-20 16:43

    File "./my_api/to/Credit.py", line 17, in get_credit_from_response

    print xml_response

    The stack trace is clear enough. You have a function named get_credit_from_response - inside it the I/O Error is happening. It is probably scheduled every 6/12 hours and causes the issue. Please double check your code.

提交回复
热议问题