Bookmarked https://aaronfrancis.com/2020/laravel-pseudo-daemons.
A Laravel pseudo-daemon “will instruct Laravel to try to run [a] command every minute, to place it in the background, and to not start another one until the first one is finished.”
> Laravel handles that whole part for us, out of the box, for free.