workspace: use opaque numeric worker ids

This commit is contained in:
2026-07-12 05:07:39 +09:00
parent 664f8693a0
commit c5aae4b234
14 changed files with 509 additions and 258 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ pub fn build_profile_source_archive_fetch_request(
BackendResourceFetchRequest {
handle,
runtime_id: runtime_id.as_str().to_string(),
worker_id: worker_id.map(|id| id.as_str().to_string()),
worker_id: worker_id.map(|id| id.to_string()),
audit_correlation_id,
}
}