discourse/spec/jobs/regular
Juan David Martínez Cubillos 0d721b47dd
FIX: Timeout issue when updating a large collection of users when changing the default_categories_* and default_tags_* SiteSettings (#33665)
**Description**

Currently, when modifying `default_categories_*` siteSettings with a
large enough user base, we are encountering timeout issues. This PR
moves the corresponding logic to a Job and implements a notification
system in the admin UI. Since `default_tags_*` siteSettings share
similar logic and structure, a job was added for them as well


<img width="733" height="145" alt="imagen"
src="https://github.com/user-attachments/assets/f864deb8-e0b4-4dfe-83c7-b3aa3c980fd2"
/>


<img width="756" height="141" alt="imagen"
src="https://github.com/user-attachments/assets/cb95bdfd-7703-427a-8d33-39d0d9dd8a73"
/>
2025-08-20 12:55:53 -05:00
..
bulk_user_title_update_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
convert_video_spec.rb FEATURE: Add support for aws MediaConvert (#33092) 2025-07-23 11:58:33 -06:00
group_smtp_email_spec.rb DEV: Have group smtp email job retry (#31202) 2025-02-06 04:52:35 -07:00
publish_group_membership_updates_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
site_setting_update_default_categories_spec.rb FIX: Timeout issue when updating a large collection of users when changing the default_categories_* and default_tags_* SiteSettings (#33665) 2025-08-20 12:55:53 -05:00
site_setting_update_default_tags_spec.rb FIX: Timeout issue when updating a large collection of users when changing the default_categories_* and default_tags_* SiteSettings (#33665) 2025-08-20 12:55:53 -05:00
update_post_uploads_secure_status_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00