Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个长时间运行的任务,它不是异步的,它会阻止 django 的响应,服务器堆栈是 nginx+uwsgi,在 nginx 决定超时后会发生什么,我的任务(uwsgi worker 和 django 视图线程)会被杀死?
通常,请求将在 uWSGI 中继续,直到“不良条件”(例如向断开连接的客户端发送响应的块)失败。这是一种可配置的行为,但如果您没有非常具体的原因,我建议您不要触摸它