[GitHub] [openwhisk] QWQyyy opened a new issue, #5401: Python:3 virtualenv load failed?

2023-05-02 Thread via GitHub
QWQyyy opened a new issue, #5401: URL: https://github.com/apache/openwhisk/issues/5401 We deploy OpenWhisk in myself cluster with the openwhisk-kube-deploy,use virtualenv for deploy python:3 action, but it is not work:

[GitHub] [openwhisk] QWQyyy commented on issue #5401: Python:3 virtualenv load failed?

2023-05-02 Thread via GitHub
QWQyyy commented on issue #5401: URL: https://github.com/apache/openwhisk/issues/5401#issuecomment-1531104485 I find solve way:https://github.com/apache/openwhisk/pull/1940 We can not use this .md file to deploy my virtualenv:

[GitHub] [openwhisk] QWQyyy commented on pull request #1940: virtualenv support for python actions

2023-05-02 Thread via GitHub
QWQyyy commented on PR #1940: URL: https://github.com/apache/openwhisk/pull/1940#issuecomment-1531122702 > 允许 zip 文件中的 virtualenv 目录用于 python 操作。 > > 这允许将使用 pip 安装的 python 模块打包到操作 zip 文件中。 调用者在调用操作之前激活虚拟 python 环境。 > > 命名约定: > > 1. zip 文件中主要 python 模块的名称必须是:`__main__.py`

[GitHub] [openwhisk] QWQyyy closed issue #5402: How set openwhisk web action asynchronous ?

2023-05-02 Thread via GitHub
QWQyyy closed issue #5402: How set openwhisk web action asynchronous ? URL: https://github.com/apache/openwhisk/issues/5402 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [openwhisk] QWQyyy closed issue #5401: Python:3 virtualenv load failed?

2023-05-02 Thread via GitHub
QWQyyy closed issue #5401: Python:3 virtualenv load failed? URL: https://github.com/apache/openwhisk/issues/5401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [openwhisk] QWQyyy commented on issue #5402: How set openwhisk web action asynchronous ?

2023-05-02 Thread via GitHub
QWQyyy commented on issue #5402: URL: https://github.com/apache/openwhisk/issues/5402#issuecomment-1531359196 > Web 操作甚至可以使用 GET 方法在浏览器上运行。 从这个意义上说,网络操作只能以同步方式调用。 well notes, we also think it. And we use other way to run async action. -- This is an automated message from the Apache

[GitHub] [openwhisk] QWQyyy opened a new issue, #5402: How set openwhisk web action asynchronous ?

2023-05-02 Thread via GitHub
QWQyyy opened a new issue, #5402: URL: https://github.com/apache/openwhisk/issues/5402 We use openwhisk web action to create some data service, but we find the docment do'nt have any async action profile set, I hope you give me some suggestion to set web action async profile. --

[GitHub] [openwhisk] QWQyyy opened a new issue, #5403: How to address the problem?[because it is overloaded or down for maintenance]

2023-05-02 Thread via GitHub
QWQyyy opened a new issue, #5403: URL: https://github.com/apache/openwhisk/issues/5403 In my K8s cluster, we use helm deploy owdev, but it overloaded or down: ![image](https://user-images.githubusercontent.com/54056797/235662496-9d471ef8-8b63-4458-a242-9e073c315779.png) we only use

[GitHub] [openwhisk-deploy-kube] s294547 commented on issue #712: Cron triggers not firing; EPROTO error in alarmprovider pod

2023-05-02 Thread via GitHub
s294547 commented on issue #712: URL: https://github.com/apache/openwhisk-deploy-kube/issues/712#issuecomment-1531505696 I have recently faced the problem and solved it. In my case, the problem was that in *utils.js* in the *provider* folder the uri of the apiHost is created in this way:

[GitHub] [openwhisk] QWQyyy opened a new issue, #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

2023-05-02 Thread via GitHub
QWQyyy opened a new issue, #5404: URL: https://github.com/apache/openwhisk/issues/5404 I want to count OpenWhisk's asynchronous execution TPS, and we only use `wsk -i action invoke ` to invoke aysnc action, but I do not konw how to count invoke times for Calculate the Number of Action

[GitHub] [openwhisk] bdoyle0182 commented on a diff in pull request #5400: upgrade kafka client library to 2.8.2

2023-05-02 Thread via GitHub
bdoyle0182 commented on code in PR #5400: URL: https://github.com/apache/openwhisk/pull/5400#discussion_r1183070083 ## core/monitoring/user-events/build.gradle: ## @@ -45,9 +45,9 @@ dependencies { testImplementation "junit:junit:4.11" testImplementation

[GitHub] [openwhisk] bdoyle0182 opened a new pull request, #5405: update scheduler not processing metric to counter

2023-05-02 Thread via GitHub
bdoyle0182 opened a new pull request, #5405: URL: https://github.com/apache/openwhisk/pull/5405 ## Description This metric unfortunately does not work as a gauge. A gauge will report until there is a change in the value. I previously made a change so that the value would change back to

[GitHub] [openwhisk] codecov-commenter commented on pull request #5405: update scheduler not processing metric to counter

2023-05-02 Thread via GitHub
codecov-commenter commented on PR #5405: URL: https://github.com/apache/openwhisk/pull/5405#issuecomment-1532289413 ##

[GitHub] [openwhisk] bdoyle0182 merged pull request #5405: update scheduler not processing metric to counter

2023-05-02 Thread via GitHub
bdoyle0182 merged PR #5405: URL: https://github.com/apache/openwhisk/pull/5405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [openwhisk] bdoyle0182 commented on a diff in pull request #5400: upgrade kafka client library to 2.8.2

2023-05-02 Thread via GitHub
bdoyle0182 commented on code in PR #5400: URL: https://github.com/apache/openwhisk/pull/5400#discussion_r1183186528 ## core/monitoring/user-events/src/test/scala/org/apache/openwhisk/core/monitoring/metrics/KafkaSpecBase.scala: ## @@ -30,11 +30,25 @@ abstract class

[GitHub] [openwhisk] bdoyle0182 merged pull request #5400: upgrade kafka client library to 2.8.2

2023-05-02 Thread via GitHub
bdoyle0182 merged PR #5400: URL: https://github.com/apache/openwhisk/pull/5400 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [openwhisk] style95 commented on a diff in pull request #5400: upgrade kafka client library to 2.8.2

2023-05-02 Thread via GitHub
style95 commented on code in PR #5400: URL: https://github.com/apache/openwhisk/pull/5400#discussion_r1183178655 ## core/monitoring/user-events/src/test/scala/org/apache/openwhisk/core/monitoring/metrics/KafkaSpecBase.scala: ## @@ -30,11 +30,25 @@ abstract class KafkaSpecBase

[GitHub] [openwhisk] style95 commented on a diff in pull request #5400: upgrade kafka client library to 2.8.2

2023-05-02 Thread via GitHub
style95 commented on code in PR #5400: URL: https://github.com/apache/openwhisk/pull/5400#discussion_r1183190057 ## core/monitoring/user-events/src/test/scala/org/apache/openwhisk/core/monitoring/metrics/KafkaSpecBase.scala: ## @@ -30,11 +30,25 @@ abstract class KafkaSpecBase