gchq / sleeper

A cloud-native, serverless, scalable, cheap key-value store
Apache License 2.0
53 stars 11 forks source link

Report compaction job run ID in task & state store lambda #2785

Closed patchwork01 closed 4 days ago

patchwork01 commented 4 days ago

Background

Split from:

Description

We'd like to always use a job run ID to correlate events for any compaction job.

This should make it easier to correlate a new status update for a state store commit, which will not take place in the compaction task.

Analysis

This should be similar to ingest, in https://github.com/gchq/sleeper/issues/2724.