intuit / Trapheus

This tool automates restoration of RDS database instances from snapshots into any dev, staging or production environments. It supports individual RDS Snapshot as well as cluster snapshot restore operations.
https://intuit.github.io/Trapheus/
MIT License
101 stars 52 forks source link

Unlimited Load No result #185

Closed kshitiz305 closed 7 months ago

kshitiz305 commented 8 months ago

Using the current master branch after entering all the details the backend goes into an infinite loop creating multiple requests to the OpenAI and not returning anything.

Here is a video for the same. https://youtu.be/NSnFOBj5pA8

stationeros commented 8 months ago

Thanks for reporting this, will check and revert

stationeros commented 8 months ago

@kshitiz305 For the query we are not receiving data from the backend , it didn't go into an infinite loop for me , did you try running with other queries

kshitiz305 commented 8 months ago

I tried to search for a term i.e. "sky" how many api hit should it make to the openai API according to the logic.

kshitiz305 commented 8 months ago

I would love to connect with you to discuss this better. Please do let me know when we can connect and discuss this .

stationeros commented 8 months ago

it should be just one, in my case its 1 , can you try with something other from "sky"

stationeros commented 8 months ago

@kshitiz305 Also how are you running the app?

kshitiz305 commented 8 months ago

The same way as mentioned in the video above ( 8 sec)

stationeros commented 8 months ago

Can you try a different query instead of sky which returns results?

stationeros commented 8 months ago

@kshitiz305 let me know if you are still facing this issue with any query that is returning data

github-actions[bot] commented 7 months ago

This pull request has been automatically closed because it has been inactive for more than 14 days. Please reopen if you still intend to submit this pull request.