mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
As we’re currently using a namespace for Sidekiq, in order to upgrade to the latest version, we need to drop it as it’s not supported anymore. The recommended way is to use a different Redis DB for Sidekiq. This patch uses a different config for Sidekiq and also takes care of migrating existing jobs (in queues and the retry and scheduled sets). |
||
|---|---|---|
| .. | ||
| 20240829140226_drop_old_notification_id_columns.rb | ||
| 20240909121255_rebake_user_onebox.rb | ||
| 20240910090759_make_password_columns_from_users_read_only.rb | ||
| 20240912210450_delete_anonymous_users_from_directory_items.rb | ||
| 20241011080517_drop_password_columns_from_users.rb | ||
| 20241023041126_clear_duplicate_admin_notices.rb | ||
| 20250227142351_migrate_sidekiq_jobs.rb | ||