Need to perform actions on models at a future date and time? This snippet covers scheduling a command to monitor when an action needs to happen, then dispatching a queued job to handle your action.
This allows you to do things like set a blog post live at a given date and time, or whatever functionality you need similar to this.
Plus, it's actually pretty easy to set up!