Skip to content

How can I create grid with data from table cron_schedule

I need to create a grid in the admin panel, which will display data from the cron_schedule table. The data to be displayed will be filtered by the column job_code = test_job. How can I implement this? (Magento 2)