mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
- Created a new `cronRuns` table to track job execution history, including job name, status, timestamps, and error messages. - Updated job scheduling logic to log job status in the `cronRuns` table, capturing success and error states. - Enhanced error handling to log detailed error messages in the database. This commit establishes a foundation for monitoring scheduled jobs and their outcomes.