Skip to content

Commit

Permalink
remove code climate and blog metrics jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrieiz committed Aug 29, 2024
1 parent 2d34879 commit b61665a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 130 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ Either assign superuser permissions to `postgres` or update the env vars: `GITHU
- `rake code_climate:link` is run only to update repositories' Code Climate repository ids.

## Scheduled tasks
- `blog_metrics_partial_update` runs at 04:30. (paused by now)
- `blog_metrics_full_update` runs at 03:00 on day-of-month 1.
- `blog_posts_partial_update` runs at 04:00 every Wednesday.
- `blog_posts_full_update` runs at 02:00 on day-of-month 1.
- `code_owners_list` runs at 23:00 on every day-of-week from Monday through Friday.
- `code_climate_metrics_update` runs at minute 0.
- `external_contributions_processor` runs at 05:00 on every day-of-week from Monday through Friday.
- `jira_defect_metrics_updater` runs at 06:00 on every day-of-week from Monday through Friday.
- `open_source_metrics_update` runs at 06:00.
Expand Down
7 changes: 0 additions & 7 deletions app/jobs/blog_metrics_full_updater_job.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/jobs/blog_metrics_partial_updater_job.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/jobs/blog_posts_full_updater_job.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/jobs/blog_posts_partial_updater_job.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/jobs/code_climate_metrics_updater_job.rb

This file was deleted.

25 changes: 0 additions & 25 deletions config/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
blog_metrics_full_update:
cron: '00 3 1 * *'
class: 'BlogMetricsFullUpdaterJob'
active_job: true

blog_metrics_partial_update:
cron: '30 4 * * *'
class: 'BlogMetricsPartialUpdaterJob'
active_job: true

blog_posts_full_update:
cron: '00 2 1 * *'
class: 'BlogPostsFullUpdaterJob'
active_job: true

blog_posts_partial_update:
cron: '00 4 * * 3'
class: 'BlogPostsPartialUpdaterJob'
active_job: true

code_climate_metrics_update:
cron: '00 * * * *'
class: 'CodeClimateMetricsUpdaterJob'
active_job: true

code_owners_list:
cron: '00 23 * * 1-5'
class: 'CodeOwnersListJob'
Expand Down
13 changes: 0 additions & 13 deletions spec/jobs/blog_metrics_full_updater_job_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/jobs/blog_metrics_partial_updater_job_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/jobs/blog_posts_full_updater_job_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/jobs/blog_posts_partial_updater_job_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/jobs/code_climate_metrics_updater_job.rb

This file was deleted.

0 comments on commit b61665a

Please sign in to comment.