diff --git a/app/dao/jobs_dao.py b/app/dao/jobs_dao.py index ec785f466..04d9952ec 100644 --- a/app/dao/jobs_dao.py +++ b/app/dao/jobs_dao.py @@ -202,7 +202,6 @@ def dao_update_job_status_to_error(job): db.session.commit() -@cached(dao_cache) def dao_get_jobs_older_than_data_retention(notification_types): stmt = select(ServiceDataRetention).where( ServiceDataRetention.notification_type.in_(notification_types)