mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
13 lines
423 B
YAML
13 lines
423 B
YAML
---
|
|
table_name: postgres_reindex_queued_actions
|
|
classes:
|
|
- Gitlab::Database::Reindexing::QueuedAction
|
|
feature_categories:
|
|
- database
|
|
description: Contains a queue-like structure for reindexing actions. Actions in this
|
|
queue will be prioritized over regular reindexing actions.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73480
|
|
milestone: '14.5'
|
|
gitlab_schema: gitlab_shared
|
|
table_size: small
|