POST request & Close connection while the Plumber API VM is working

Dear all,
I am new to the plumber framework and would like to ask you a question that I hope is not stupid.

I have a shiny app that allows users to enter farm field contours, and those fields I would like to send to a Plumber endpoint.

That endpoint, when it receives the coordinates of the fields, will proceed to insert them into a database, and since insertion is a long process, I would like to ask if the following is possible.

App sends the data with a POST request and then closes the connection with the api plumber endpoint and the user can continue to use the shinyapp to insert additional field contours while the api plumber endpoint does all the background work of inserting data into the database

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.