Netflix / conductor-community

Apache License 2.0
61 stars 70 forks source link

[QUESTION]: amqp Repeated push message #289

Open mateng1210 opened 8 months ago

mateng1210 commented 8 months ago

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": "example@email.com",
  "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

github-actions[bot] commented 6 months ago

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.