summaryrefslogtreecommitdiff
path: root/doc/development/sidekiq/idempotent_jobs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/sidekiq/idempotent_jobs.md')
-rw-r--r--doc/development/sidekiq/idempotent_jobs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/sidekiq/idempotent_jobs.md b/doc/development/sidekiq/idempotent_jobs.md
index 38db22f8467..a5ae8737ad1 100644
--- a/doc/development/sidekiq/idempotent_jobs.md
+++ b/doc/development/sidekiq/idempotent_jobs.md
@@ -135,7 +135,7 @@ happened. See [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/342123)
GitLab doesn't skip jobs scheduled in the future, as we assume that
the state has changed by the time the job is scheduled to
-execute. Deduplication of jobs scheduled in the feature is possible
+execute. Deduplication of jobs scheduled in the future is possible
for both `until_executed` and `until_executing` strategies.
If you do want to deduplicate jobs scheduled in the future,