Skip to content

swarm_complete non-blocking errors: 'Bun is not defined' (sync under node) + 'no such table: deferred' #210

Description

@danielacevedos

Two non-blocking errors reported by swarm_complete (0.63.2, Windows, CLI executed via node):

  1. sync_error: "Bun is not defined" — the hive sync path references the Bun global, so it fails when the CLI runs under Node instead of Bun. Non-blocking (completion, reservation release and mail still succeed), but the git sync silently doesn't happen.
  2. deferred_error: "SQLITE_ERROR: no such table: deferred" — looks like a missing migration for the deferred table in existing databases.

Both are cosmetic in practice, but they mask real errors in logs and confuse workers that report them as anomalies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions