discourse/app/jobs/scheduled
Sam 3829c78526 PERF: shift most user options out of the user table
As it stands we load up user records quite frequently on the topic pages,
this in turn pulls all the columns for the users being selected, just to
discard them after they are loaded

New structure keeps all options in a discrete table, this is better organised
and allows us to easily add more column without worrying about bloating the
user table
2016-02-17 18:08:25 +11:00
..
about_stats.rb PERF: Cache About#stats. 2015-07-20 22:45:05 +08:00
badge_grant.rb don't bother iterating over disabled badges 2016-01-18 21:41:12 +01:00
calculate_avg_time.rb PERF: move avg time calculation to daily 2014-07-25 13:21:10 +10:00
category_stats.rb PERF: only run category stats once a day 2014-08-11 09:41:50 +10:00
clean_up_digest_keys.rb Migrate unsubscribe keys to the database. 2015-02-13 14:24:15 -05:00
clean_up_email_logs.rb properly name purge emails/email logs site settings 2016-02-08 22:18:52 +01:00
clean_up_exports.rb Rename CsvExportLog to UserExport 2014-12-28 22:31:12 +05:30
clean_up_unmatched_emails.rb ooops. forgot the args :fired: 2014-11-25 18:45:45 +01:00
clean_up_unmatched_ips.rb FEATURE: Use created_at to remove an ip if its last_match_at is null 2015-06-05 10:51:13 -04:00
clean_up_uploads.rb FIX: 'clean up uploads' job 2015-05-22 20:28:52 +02:00
create_missing_avatars.rb CRUSHED: duplicate key value violates unique constraint 'index_uploads_on_sha1' 2015-05-07 01:00:13 +02:00
daily_performance_report.rb Don't run perf report in multisite 2015-06-26 16:30:07 +10:00
dashboard_stats.rb always use fetch_stats to get AdminDashboardData data 2015-09-14 16:10:54 -04:00
destroy_old_deletion_stubs.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
destroy_old_hidden_posts.rb FEATURE: auto-delete any hidden posts that stay hidden for more than 30 days 2014-09-25 19:51:00 +02:00
directory_refresh_daily.rb PERF: Only refresh the Daily stats hourly, do the others daily. 2015-04-20 12:11:36 -04:00
directory_refresh_older.rb PERF: Only refresh the Daily stats hourly, do the others daily. 2015-04-20 12:11:36 -04:00
enqueue_digest_emails.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
ensure_db_consistency.rb FIX: ensure CategoryUser consistency 2015-09-02 22:02:31 +02:00
heartbeat.rb FEATURE: unicorn sidekiq will restart sidekiq on complete failure. 2014-04-23 13:13:18 +10:00
migrate_scheme.rb FEATURE: move migrate_to_new_scheme into a background job 2015-06-12 12:07:57 +02:00
pending_flags_reminder.rb FIX: pending flags reminder email was ignoring the 'notify about flags after' site setting. 2016-02-12 14:33:23 -05:00
pending_queued_posts_reminder.rb FEATURE: notify by email when there are posts from new users waiting to be reviewed 2015-06-18 15:47:35 -04:00
pending_users_reminder.rb FEATURE: add setting pending_users_reminder_delay to configure when to send reminders to moderators about user approvals based on how long new users have been waiting 2015-11-20 16:06:07 -05:00
periodical_updates.rb FEATURE: no need to cap new and unread together anymore 2015-10-01 17:17:15 +10:00
poll_feed.rb FIX: Some RSS feeds do unsafe redirects 2015-09-18 13:25:09 -04:00
poll_mailbox.rb FIX: don't allow blocked user to send emails in 2016-02-11 10:39:57 +01:00
process_badge_backlog.rb FIX: faster update of all badges 2014-07-23 11:46:07 +10:00
purge_deleted_uploads.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
purge_inactive.rb rename purge_inactive to purge_unactivated 2014-12-02 21:36:25 -08:00
reindex_search.rb PERF: push reindex job to daily 2014-07-01 10:09:55 +10:00
schedule_backup.rb FIX: compare UTC dates to schedule backups 2015-11-12 18:35:03 +01:00
tl3_promotions.rb Rename 'leader' -> 'tl3' 2014-09-30 13:16:34 +10:00
top_refresh_older.rb OPTIMIZATION: Don't run 12 queries every 15 mins for the Top section. 2014-08-01 16:25:20 -04:00
top_refresh_today.rb OPTIMIZATION: Don't run 12 queries every 15 mins for the Top section. 2014-08-01 16:25:20 -04:00
version_check.rb FEATURE: allow version emails to be disabled globally 2014-08-23 10:02:32 +10:00
weekly.rb FIX: leaving around useless drafts after posting 2015-06-02 20:28:33 +10:00