mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(preproc-errors): should not charge base execution cost in this case (#2719)
* fix(preproc-errors): should not charge base execution cost in this case * remove comment
This commit is contained in:
committed by
GitHub
parent
0f32310ba6
commit
cb12ceb82c
@@ -541,6 +541,7 @@ async function logPreprocessingError(params: {
|
||||
stackTrace: undefined,
|
||||
},
|
||||
traceSpans: [],
|
||||
skipCost: true, // Preprocessing errors should not charge - no execution occurred
|
||||
})
|
||||
|
||||
logger.debug(`[${requestId}] Logged preprocessing error to database`, {
|
||||
|
||||
Reference in New Issue
Block a user