我有一个云函数(fce_a),我需要从同一个GCP项目和区域中的另一个云函数(fce_b)调用它。当我将fce_a设置为Allow all traffic (在Ingress settings中)时,它可以完美地工作(使用this method)。但是,当我将fce_a设置为Allow internal traffic only (在Ingress settings中)时,我得到的是Error 403 (Forbidden) 403. That's an error. Access is forbidden. That's all we know. (提到的here)。 我尝
下面是我的方法,它主动地从仪器中获取数据,每次调用该方法时,我都要检查用最后一个参数发送的新参数。
public bool SampleQueueChanged( int samplesRemainingInQueue, int injectionsRemainingInQueue)
有人能帮忙吗?或者显示出正确的方向