I'm new to Laravel Scheduler. Whenever I add something to my database (let's say entry A), I schedule an event (which will trigger after some time).
What I can't figure out is: if I delete entry A, and its event has not been triggered, is there any way to see (before the scheduled task runs for entry A) whether entry A exists in the database or not?