firestore/google api get_文档在apache中偶尔挂起

firestore/google api get_文档在apache中偶尔挂起,apache,google-cloud-firestore,firebase-admin,apache2.4,Apache,Google Cloud Firestore,Firebase Admin,Apache2.4,我正在尝试使用firebase后端部署我的django项目 但当我试图从firestore读取文档时,document.get()会无限期挂起。它偶尔发生。到目前为止,这个问题只发生在apache上。我试过使用nginx、developmentserver和djangoshell,但没有问题。我已经进一步检查了firebase软件包,问题发生在。我无法进一步详述 请查找所用软件包的版本 firebase-admin 3.2.0 google-api-core 1.14.3 apache Apac

我正在尝试使用firebase后端部署我的django项目

但当我试图从firestore读取文档时,document.get()会无限期挂起。它偶尔发生。到目前为止,这个问题只发生在apache上。我试过使用nginx、developmentserver和djangoshell,但没有问题。我已经进一步检查了firebase软件包,问题发生在。我无法进一步详述

请查找所用软件包的版本

firebase-admin 3.2.0
google-api-core 1.14.3
apache Apache/2.4.29
django 2.2.8
Ubuntu 18.04.3LTS 64bit 4.15.0-58-generic
python 3.6.9
你能帮我解决这个问题吗?或者这可能是apache的问题,需要提出问题


提前谢谢

是的,我有同样的问题,不知道如何解决。我部署了,没有问题。我们应该在apache中提出一个问题吗?但我不确定是什么(apache或mod_wsgi)导致了这个问题。