HTTP Connector Script Task stuck, no error, nothing!

So we have a process that imports contacts from another software into our CRM.

The pictured script task makes an API using the HTTP Connector but just gets stuck without any error, no Cockpit Incident, no-log entry, NOTHING! Just Stuck!!!

Our Developers have no idea.

Anyone have any idea how to track this down and get more information?

image

Hi,
One of the features of connectors in the past was they did not time out and thus threads of control would block forever…

Hence is this process fragment running in a foreground or background (async job executor) thread. If background threads, do a thread dump to see if all job executor threads are blocked by an endless connector…

regards

Rob

1 Like

Thanks Rob, we figured out the issue but will make note for next time!

Thanks for your time!