I'm not really an index guy, but could you try switching to ```CREATE INDEX if not exists scheduled_

I'm not really an index guy, but could you try switching to
CREATE INDEX if not exists scheduled_jobs_search ON Jobs (status, 
scheduled_at);
Was this page helpful?