Skip to content

Commit

Permalink
Merge pull request #1287 from openstax/remove-adoption-update-command
Browse files Browse the repository at this point in the history
remove adopters update from cron
  • Loading branch information
Dantemss authored May 11, 2022
2 parents 47ff276 + e6de8bb commit 1686534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openstax/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
]

CRONJOBS = [
('0 22 * * *', 'django.core.management.call_command', ['update_adopters']),
('0 23 * * *', 'django.core.management.call_command', ['sync_reviews']),
('0 1 * * *', 'django.core.management.call_command', ['update_resource_downloads']),
('0 3 * * *', 'django.core.management.call_command', ['update_schools_and_mapbox']),
Expand Down

0 comments on commit 1686534

Please sign in to comment.