How to run command execution in the background. For example, there is a comment component and subscribed users should receive notifications about a new comment immediately after posting a new comment.
But so that the user who posted a new comment does not wait for the end of the mailing list to all subscribers and can even close the browser.
How to properly create a mailing list for multiple users. Is it possible to do without CRON? Where can you read about it?