I want to run some function asynchronously on specific events. So I want to call a shell command from my controller. I used ShellDispacher but not working in async. Anyone can please suggest me better way for it?
Actually I want to invoke Third Party APIs in my web app as a background process.