Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[QUESTION]: amqp Repeated push message #289

Open
mateng1210 opened this issue Oct 25, 2023 · 1 comment
Open

[QUESTION]: amqp Repeated push message #289

mateng1210 opened this issue Oct 25, 2023 · 1 comment
Labels
question Further information is requested Stale

Comments

@mateng1210
Copy link

conductor-community version: 3.14.0

workflow Definition:

{
  "createTime": 1698202712523,
  "accessPolicy": {},
  "name": "amqp",
  "description": "Edit or extend this sample workflow. Set the workflow name to get started",
  "version": 1,
  "tasks": [
    {
      "name": "event_task",
      "taskReferenceName": "event_0",
      "inputParameters": {
        "mod": "${workflow.input.mod}",
        "oddEven": "${workflow.input.oddEven}"
      },
      "type": "EVENT",
      "startDelay": 0,
      "sink": "amqp_queue:task_eventsss",
      "optional": false,
      "asyncComplete": true
    }
  ],
  "inputParameters": [],
  "outputParameters": {
    "data": "${get_population_data.output.response.body.data}",
    "source": "${get_population_data.output.response.body.source}"
  },
  "schemaVersion": 2,
  "restartable": true,
  "workflowStatusListenerEnabled": false,
  "ownerEmail": "[email protected]",
  "timeoutPolicy": "ALERT_ONLY",
  "timeoutSeconds": 0,
  "variables": {},
  "inputTemplate": {}
}

1、Starting the workflow will continuously push two pieces of information
image

2、Send message again every 1 minute
image
image
image

What is this problem and how should we handle it

@mateng1210 mateng1210 added the question Further information is requested label Oct 25, 2023
Copy link

This issue is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

1 participant