Skip to content

Commit

Permalink
Fix periodic job call to VAForms::FormReloader (#12984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisto authored Jun 13, 2023
1 parent 9ea6846 commit dece55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/periodic_jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
mgr.register('30 2 * * *', 'Identity::UserAcceptableVerifiedCredentialTotalsJob')

# VAForms Module
mgr.register('0 2 * * *', 'VAForms::FetchLatest')
mgr.register('0 2 * * *', 'VAForms::FormReloader')
# Fetches latest VA forms from Drupal database and updates vets-api forms database
mgr.register('0 2,9,16 * * 1-5', 'VAForms::FlipperStatusAlert')
# Checks status of Flipper features expected to be enabled and alerts to Slack if any are not enabled
Expand Down

0 comments on commit dece55a

Please sign in to comment.