Andrii Stelmashenko
Andrii Stelmashenko
added myself as sandbox member: - I'm active in [user group](https://groups.google.com/g/knative-users/) (Andrey Stelmashenko, [email protected], using corporate account there) - requested subscription in [dev group](https://groups.google.com/g/knative-dev?pli=1) - made a PR regarding [tracing...
**Describe the bug** We notices that task is executed twice sometimes. After we enabled debug logs we found out that after WorkflowRepairService re-queued task for some reason the task was...
**Problem** There is `knative.dev/eventing` golang library, it has `channel` package. There is `MessageDispatcher` in `channel` package. Simplified diagram how it is working:  The message dispatcher is used by eventing...
**Describe the bug** After certain amount of time shards problem raised. We checked ES and found out around 2300 shards, we names like `conductor_task_log_20221004`. **Details** Conductor version: 3.12.2 Persistence implementation:...
**Describe the bug** We notices that task is executed twice sometimes. After we enabled debug logs we found out that after WorkflowRepairService re-queued task for some reason the task was...
**Describe the bug** Startup issue, connection is closed and after that queues stop working. **Details** Conductor version: 3.4.1 Persistence implementation: Postgres 11.12 on AWS Queue implementation: Postgres Lock: Redis **To...
Function template: void Language: node There is possible return types in the docs https://github.com/knative/func/tree/main/templates/node/cloudevents#handle-signature: ``` type CloudEventFunctionReturn = Promise | CloudEvent | HTTPFunctionReturn; type HTTPFunctionReturn = Promise | StructuredReturn |...
**Describe the bug** After certain amount of time shards problem raised. We checked ES and found out around 2300 shards, names like conductor_task_log_20221004. Investigating code I see ``` // class...
**Describe the bug** Conductor does not execute the next task in some workflows. Only after manually re-run workflow it contines execution. Is it possible that due to e.g. connection errors...
**Describe the bug** Tried the latest UI, rendering of workflow and workflow defenition does not work on Safari. **Details** Conductor version: v3.21.12 **To Reproduce** Steps to reproduce the behavior: 1....