Autotask Failing with "Error Converting circular structure to JSON"

I received the following error on an Autotask run. It seems like some kind of network failure happening on AWS? Has anyone seen this before?

Error
Converting circular structure to JSON
    --> starting at object with constructor 'ClientRequest'
    |     property 'socket' -> object with constructor 'TLSSocket'
    --- property '_httpMessage' closes the circle
Logs
AUTOTASK START
END RequestId: 00d88748-4b43-4400-9ff2-b0fdbc3485f7
AUTOTASK COMPLETE
2023-03-19T22:09:08.878Z	ERROR	Invoke Error 	{"errorType":"TypeError","errorMessage":"Converting circular structure to JSON\n    --> starting at object with constructor 'ClientRequest'\n    |     property 'socket' -> object with constructor 'TLSSocket'\n    --- property '_httpMessage' closes the circle","stack":["TypeError: Converting circular structure to JSON","    --> starting at object with constructor 'ClientRequest'","    |     property 'socket' -> object with constructor 'TLSSocket'","    --- property '_httpMessage' closes the circle","    at JSON.stringify (<anonymous>)","    at Runtime.handler (/opt/nodejs/autotask-wrapper.js:85:67)","    at processTicksAndRejections (node:internal/process/task_queues:96:5)"]}

Hi @flaco_jones -

I believe this error may indicate some issue with configuration (for instance no Relayer connected but attempting to send a Relayer transaction). If you send us the Autotask ID, we will investigate.