fix(scope): use workspace terminology
This commit is contained in:
@@ -211,7 +211,7 @@ impl PostgresRegistry {
|
||||
let payload = row.try_get::<Value, _>("preview_payload")?;
|
||||
// The job itself is expired regardless of whether a legacy or
|
||||
// corrupt payload can be decoded. Do not let one bad row roll
|
||||
// back cleanup for every tenant.
|
||||
// back cleanup for every workspace.
|
||||
for source_id in cleanup_source_ids(&payload) {
|
||||
if detach_source_in_transaction(&mut transaction, &workspace_id, &source_id, now)
|
||||
.await?
|
||||
|
||||
Reference in New Issue
Block a user