Running an Effect Detached from Its Parent with Error Monitoring
Hi, how to run effect detached from its parent, i have a function called
getRecommendedJobs and in that i get jobs from somewhere and i want to do futhrer processing on those jobs but i want to send response immediately to the client, that process should happend in detached manner but with error monitoring