I want to build an http api using effect, one endpoint would accepts jobs that are processed in the background. So the server respond instantly while the long running process starts in the background, what is the effect way of doing something like this?
I would assume it is quite straight forward but i couldn’t figure it out.
Any help appreciated