Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to fix 504 gateway timeout issue in nifi?

avatar
Explorer

Hi,

 

I am using InvokeHTTP processor to invoke one API (this api functionality is to access data from 2 tables, does some data manipulation/operation and finally dumps the data to 3rd table, and returns response message " Data Inserted" back to NIFI)

 

When checked at the postman local machine this API retruns the response in 30secs

 

But when checking the same at Nifi InvokeHTTP processor end, I am getting 504 Gateway-Timeout error, and routed to retry state, then failure state. Meanwhile when checked at the cassandra end, data got dumped successfully

 

Could anyone please help to resolve this issue.

1 REPLY 1

avatar
New Contributor

Having similar issue, not getting the root cause for that.