Files
optima/api
HoloPanio 2eb387811d fix(worker): break circular import by extracting PgBoss singleton
incremental-sync.ts and api/cw/sync.ts imported getBoss() from workert.ts.
When workert.ts (the entry point) dynamically imported incremental-sync.ts,
it triggered a circular module re-evaluation that hung indefinitely.

Extract the PgBoss singleton and getBoss() factory to a new boss-instance.ts
module that neither has top-level async side-effects nor imports from
workert.ts. All consumers (workert.ts, index.ts, incremental-sync.ts,
cw/sync.ts) now import from boss-instance.ts instead.
2026-04-14 00:34:33 +00:00
..
2026-04-07 23:56:31 +00:00
2026-04-07 23:56:31 +00:00
2026-04-07 23:56:31 +00:00
2026-04-07 23:56:31 +00:00
2026-04-07 23:56:31 +00:00
2026-04-07 23:56:31 +00:00

ttsci-api

The Api for the TTS Credentials Manager