Skip to content

Commit 11b7493

Browse files
committed
WIP
1 parent f54bd28 commit 11b7493

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/job-worker/src/jobs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export interface StudioCacheContext {
109109
readonly studio: ReadonlyDeep<JobStudio>
110110

111111
/**
112+
* // nocommit: so whats the difference between studio and rawStudio?
112113
* The Studio the job belongs to
113114
*/
114115
readonly rawStudio: ReadonlyDeep<DBStudio>

packages/job-worker/src/workers/caches.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export class WorkerDataCacheWrapperImpl implements WorkerDataCacheWrapper {
101101
*/
102102
export interface WorkerDataCache {
103103
rawStudio: ReadonlyDeep<DBStudio>
104+
// nocommit: maybe add description of what this is, why is it different from rawStudio
104105
jobStudio: ReadonlyDeep<JobStudio>
105106
studioBlueprint: ReadonlyDeep<WrappedStudioBlueprint>
106107
studioBlueprintConfig: ProcessedStudioConfig | undefined

0 commit comments

Comments
 (0)