@semiont/jobs 0.5.30 → 0.5.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/worker-main.js +54 -52
- package/dist/worker-main.js.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -2204,7 +2204,12 @@ var STALL_THRESHOLD_MS = 15 * 6e4;
|
|
|
2204
2204
|
var WORKER_AWAITED_OPERATIONS = [
|
|
2205
2205
|
"job:claim",
|
|
2206
2206
|
"browse:resource-requested",
|
|
2207
|
-
|
|
2207
|
+
// Canonical geometry for a geometry-bearing detection: the consult behind
|
|
2208
|
+
// `ConsultAnchoredText` (SMELTER-OWNS-OCR P2). Its omission broke every
|
|
2209
|
+
// PDF detection job at the transport probe
|
|
2210
|
+
// (.plans/WORKER-ANCHORED-TEXT-CHANNEL.md); the census below now fails the
|
|
2211
|
+
// BUILD when this list and the declared awaits drift.
|
|
2212
|
+
"browse:anchored-text-requested",
|
|
2208
2213
|
// Durability acknowledgement for a unit's annotations (JOB-RESTART-SAFETY
|
|
2209
2214
|
// P6). The worker AWAITS this one — a unit may not advance until its
|
|
2210
2215
|
// annotations are in the event log — so its replies must be in the narrow
|