Skip to content

Draft: Redis queueing PoC for expired job artifacts

What does this MR do?

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/223034, #220422 (closed)

Implements a queuing mechanism for removal of expiring job job artifacts based on sorted sets from Redis, proposed at: !35530 (diffs, comment 381380531)

Alternative solution using the database : !35530 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marius Bobin

Merge request reports