问题标签 [flowground]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
40 浏览

flowground - 监控流水线

这个问题直接发给Flowground开发人员:错误通知目前只能通过电子邮件发送。这很难集成到监控系统中。

我知道我可以使用 API 来查询流当前是否正在运行。但我无法收到任何错误消息。

在 elastic.io 的原始 API 中,还可以访问日志:https : //api.elastic.io/docs/v2/#retrieve-all-workspace-logs 这不适用于 Flowground。有计划或其他可能性吗?

0 投票
1 回答
35 浏览

flowground - Flowground SFTP 组件的许可证

致 Flowground 开发者:Flowground SFTP 组件的许可指定不一致。在连接器目录中,“Apache 2.0”被指定为许可证 ( https://flowground.net/de/loesungen/konnektoren-katalog/sftp )。但是在package.json“BSD-2-Clause”中说明了(https://github.com/flowground/sftp-component/blob/master/package.json)。我认为 中的规范package.json是正确的。那是对的吗?

0 投票
1 回答
38 浏览

flowground - 性能问题

这个问题直接交给 Flowground 开发人员:

我正在测试 flowground 作为连接到 NetSuite 的工具。在一个测试流程中,我尝试使用 3 个 NetSuite 连接器(加上一个 Webhook 和一个 HTTP 回复)从 NetSuite 获取数据。一切似乎都有效,但如果我尝试使用 testdata 运行它,我会在 10 次尝试中的 7 次左右得到 504 网关超时回复。最初我使用 3 个 NetSuite 连接器,然后我将其缩小到 2 个;成功率更高,但不是 100%。

所以我的问题是:这需要太多时间吗?有没有办法加快速度?这不可能是一个象征性的问题,否则它永远不会成功,对吧?

非常感谢您的帮助。提前致谢。

如果您需要更多信息,我很乐意提供。

0 投票
1 回答
36 浏览

flowground - Flowground REST-API:流属性状态和 current_status 之间的区别

可以通过 REST API ( https://api.flowground.net/docs/v2/#retrieve-a-flow-by-id ) 加载的流数据包含属性data.attributes.statusdata.attributes.current_status. 在我的情况下,两者都有价值"active"。这两个属性有什么区别?