Exposing cron jobs metadata
Hello, I have a question. Is there a way to fetch and display the status of a cron job on the front end so a user will know when the next cron job execution is scheduled? Thanks.
2 Replies
Hey, I don't think we have this atm, but you can probably implement this yourself (since you decide what code runs when a cron runs, and how often).
No problem, I ended up figuring out an alternative implementation. Thanks.