After working through setting up a webhook in FME Server (separate thread), I now run into the issue that when I make a 'POST' request to the webhook URL, this kicks off the same workspace twice. They start just 2-3 seconds apart and both complete successfully. But since I'm inserting into a database, I end up with twice the inserts.
Â
Server logs directory has two (2) files for two (2) jobs that are of virtually identical content except times and memory usage, etc.
Â
Any idea what might be going on here?