Commit 0833f9d 1 parent b67f8ed commit 0833f9d Copy full SHA for 0833f9d
File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 13
13
from datahub .company .tasks .adviser import schedule_automatic_adviser_deactivate
14
14
from datahub .company .tasks .company import schedule_automatic_company_archive
15
15
from datahub .company .tasks .contact import (
16
- ingest_contact_consent_data ,
17
16
schedule_automatic_contact_archive ,
18
17
)
19
18
from datahub .company .tasks .export_potential import update_company_export_potential_from_csv
@@ -247,15 +246,6 @@ def schedule_jobs():
247
246
schedule_export_win_auto_resend_client_email ()
248
247
schedule_user_reminder_migration ()
249
248
schedule_update_company_export_potential_from_csv ()
250
- job_scheduler (
251
- max_retries = 3 ,
252
- function = ingest_contact_consent_data ,
253
- cron = EVERY_HOUR ,
254
- queue_name = LONG_RUNNING_QUEUE ,
255
- retry_backoff = True ,
256
- description = 'Import contact consent data' ,
257
- job_timeout = HALF_DAY_IN_SECONDS ,
258
- )
259
249
260
250
261
251
def schedule_email_ingestion_tasks ():
You can’t perform that action at this time.
0 commit comments