Skip to content

Conversation

@StevenJacobs61
Copy link
Contributor

Features

  • Added wait for in the stop recording call to ensure all trace written events and end traces could be propagated through events successfully.
  • Created failed traces handling and retry logic.

Bugfixes

  • Traces were getting stuck in initializing and ending metadata stages.
  • Failed to re upload and track progress on failed or restarts.

@StevenJacobs61 StevenJacobs61 added the version:minor non-breaking feature updates, new functions or endpoints label Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

Consider updating changelogs/pending-changelog.md with a summary of this change for the release notes. This is optional and non-blocking.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

Consider updating changelogs/pending-changelog.md with a summary of this change for the release notes. This is optional and non-blocking.

@StevenJacobs61 StevenJacobs61 force-pushed the fix/improved-examples-flow branch from deb670f to 81b9db3 Compare February 5, 2026 14:57
return Path(env_override)

# Prefer a host-mounted workspace path if present (outside the container home).
host_default = Path("/home/steven/Documents/neuracore/state.db")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the hardcoded host path

_START_TRACE_LOCK_MAX_RETRIES = 5
_START_TRACE_LOCK_BASE_DELAY_S = 0.1
_START_TRACE_LOCK_MAX_DELAY_S = 2.0
_FAILED_TRACE_MAX_AGE_S = 60 * 60 * 4 # 4 hours
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the 4 hours too strict, even if they have valid data we remove it.

Comment on lines +34 to 37
ensure_daemon_running()

ensure_daemon_running()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate

Copy link
Contributor

@muneebneura muneebneura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:minor non-breaking feature updates, new functions or endpoints

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants