mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Added a command to re-run the build_dvla_file for a given job id.
There was an instance where the file failed to create because the address in the personalisation had punctuation which caused the address lines to merge into one. Utils has been updated to fix that problem, this task will allow us to re-run the task so that the notifications can be sent.
This commit is contained in:
@@ -23,8 +23,8 @@ manager.add_command('populate_service_sms_sender', commands.PopulateServiceSmsSe
|
||||
manager.add_command('populate_service_letter_contact', commands.PopulateServiceLetterContact)
|
||||
manager.add_command('populate_service_and_service_history_free_sms_fragment_limit',
|
||||
commands.PopulateServiceAndServiceHistoryFreeSmsFragmentLimit)
|
||||
manager.add_command('populate_annual_billing',
|
||||
commands.PopulateAnnualBilling)
|
||||
manager.add_command('populate_annual_billing', commands.PopulateAnnualBilling)
|
||||
manager.add_command('rerun_build_dvla_file', commands.ReRunBuildDvlaFileForJob)
|
||||
|
||||
|
||||
@manager.command
|
||||
|
||||
Reference in New Issue
Block a user