How Can I Verify the Source of Duplicate Requests to My Workflow?

This topic was automatically generated from Slack. You can find the original thread here.

One of my workflows is receiving duplicate requests, like 5-10 times for each request; however, the service that is calling it only reports that one request was sent over. Is there a way for me to verify where these requests are coming from? The service that calls it claims they only call it once (and their online logs only show one call); however, it wasn’t a problem until recently, and there have been no code changes on my end that would cause this type of behavior.

Hello , if you can detect the duplicated request, you can use Pipedream Filter helper to stop the workflow for duplicated request

Ya, I did implement code to stop the duplicate request from processing, but it still clutters up my call history. It is unmanageable. I need to find the root of the issue.