Skip to content

Commit

Permalink
Added UpdateSalesforceAssignableFields to the daily cron task (#1247)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Volo <volo@rice.edu>
  • Loading branch information
Dantemss and mwvolo authored Jun 28, 2024
1 parent acbb625 commit 1a32566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/cron/day.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ namespace :cron do
Rails.logger.info 'rake doorkeeper:cleanup'
OpenStax::RescueFrom.this { Rake::Task['doorkeeper:cleanup'].invoke }

Rails.logger.info 'UpdateSalesforceAssignableFields.call'
OpenStax::RescueFrom.this { UpdateSalesforceAssignableFields.call }

Rails.logger.debug 'Finished daily cron'
end
end

0 comments on commit 1a32566

Please sign in to comment.