如何在 prisma.yml 中设置“集群”属性

Posted

技术标签:

【中文标题】如何在 prisma.yml 中设置“集群”属性【英文标题】:How to set the "cluster" property in prisma.yml 【发布时间】:2018-10-08 05:04:09 【问题描述】:

感谢您提前阅读我的问题。我刚刚开始使用 graphql 和 prisma following this tutorial。

Deploying the Prisma database service 时出现以下错误:

Error: No cluster set. Please set the "cluster" property in your prisma.yml
    at /Users/judy/howtographql/server/node_modules/graphql-config-extension-prisma/src/index.ts:89:11
    at step (/Users/judy/howtographql/server/node_modules/graphql-config-extension-prisma/dist/index.js:40:23)
    at Object.next (/Users/judy/howtographql/server/node_modules/graphql-config-extension-prisma/dist/index.js:21:53)
    at fulfilled (/Users/judy/howtographql/server/node_modules/graphql-config-extension-prisma/dist/index.js:12:58)
    at <anonymous>
error Command failed with exit code 1.
ERROR: "playground" exited with 1.
error Command failed with exit code 1.

我查看了教程,发现没有关于如何设置集群的内容。我想知道如何解决这个问题。

默认的 prisma.yaml 是:

# the name for the service (will be part of the service's HTTP endpoint)
service: hackernews-graphql-js

# the cluster and stage the service is deployed to
stage: dev

# to disable authentication:
# disableAuth: true
secret: mysecret123

# the file path pointing to your data model
datamodel: datamodel.graphql

【问题讨论】:

【参考方案1】:

可能只是您输入了错误的端点地址。请参考https://github.com/prisma/graphql-config-extension-graphcool/issues/8

【讨论】:

以上是关于如何在 prisma.yml 中设置“集群”属性的主要内容,如果未能解决你的问题,请参考以下文章

无法在 spark 应用程序中设置系统属性 [在客户端和集群模式下]

除了在hadoop集群中设置的时间之外,如何为长时间运行的应用程序更新委托令牌

prisma.yml 无法找到

如何从 java api 在 keycloak 中设置自定义用户属性

gridcontrol从表为空时如何显示

C#中基类属性值在子类中设置,如何在基类的方法中获取子类设置的值?