Merge pull request #1249 from alphagov/rename-tasks

use new send-jobs-to-dvla task instead of send-files-to-dvla
This commit is contained in:
Leo Hemsted
2017-09-15 11:33:52 +01:00
committed by GitHub
6 changed files with 8 additions and 7 deletions

View File

@@ -314,7 +314,7 @@ def populate_monthly_billing():
def run_letter_jobs():
job_ids = dao_get_letter_job_ids_by_status(JOB_STATUS_READY_TO_SEND)
notify_celery.send_task(
name=TaskNames.DVLA_FILES,
name=TaskNames.DVLA_JOBS,
args=(job_ids,),
queue=QueueNames.PROCESS_FTP
)