在 Firebase Cloud Functions 上使用 ApolloServer 时,我是否需要为每个 http 轮询请求付费?

Do I get billed for each http polling request when using ApolloServer on Firebase Cloud Functions?

我想将 GraphQL 服务器 (ApolloServer) 实例部署到 GCP/Firebase Cloud Functions。 使用 Firebase Functions Emulator 在本地测试我的函数时 我注意到每次打开 GraphiQL 界面时,我的终端都会开始记录 函数执行 - 我猜这完全是因为 GraphQL 中的轮询机制。

有谁知道这是否也意味着我会为每个轮询请求支付 1 次函数执行费用?

如果您的 GraphQL 实现轮询 Cloud Functions,您确实会在 Cloud Functions 部署后为每次调用付费。调用 Cloud Functions 模拟器从不收费。