Skip to content

Commit

Permalink
repo-details-update check every 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Aug 25, 2015
1 parent e0bdc6d commit c5c209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.cfg.distr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CELERYBEAT_SCHEDULE = {
'repo-details-update': {
'task': 'gitmostwanted.tasks.repo_metadata.repo_details_update',
'schedule': crontab(minute=30, hour=0),
'args': [1]
'args': [14]
},
'repo-flag-mature': {
'task': 'gitmostwanted.tasks.repo_metadata.repo_flag_mature',
Expand Down

0 comments on commit c5c209b

Please sign in to comment.