IlanFreeman
Member
- Your Task History ID
- IjU3NjUwNTY4MDYzNjA0MzE1MjY5NTUzMDUxMzU1MTY3NTQzNDBmMzQi_pc
I am trying to understand the Delay after Queue.
I am running a workflow that starts with a webhook that updates contact information based on a transaction. However, the payment software takes every line item as a separate transaction in the webhook, which causes overwriting because they happen simultaneously.
I am trying to set up a queue delay so that if four webhook events happen simultaneously, they will all be delayed by 1 minute. However, when I look at the task history, it seems like each webhook is just being delayed by one minute. So they all come in at 10:40 and then execute again at 10:41.
Am i missing something?
I added a few screenshots as well
I am running a workflow that starts with a webhook that updates contact information based on a transaction. However, the payment software takes every line item as a separate transaction in the webhook, which causes overwriting because they happen simultaneously.
I am trying to set up a queue delay so that if four webhook events happen simultaneously, they will all be delayed by 1 minute. However, when I look at the task history, it seems like each webhook is just being delayed by one minute. So they all come in at 10:40 and then execute again at 10:41.
Am i missing something?
I added a few screenshots as well