Skip to content

Register consolidators after warmup start time calculation#9284

Open
JosueNina wants to merge 2 commits intoQuantConnect:masterfrom
JosueNina:bug-9248-inconsistent-log-timestamp-in-warm-up
Open

Register consolidators after warmup start time calculation#9284
JosueNina wants to merge 2 commits intoQuantConnect:masterfrom
JosueNina:bug-9248-inconsistent-log-timestamp-in-warm-up

Conversation

@JosueNina
Copy link
Collaborator

Description

Adds consolidators to SubscriptionManager after the warmup start time is calculated (if any) to prevent TimeKeeper inconsistencies and issues with ScanPastConsolidators. This ensures consistent timestamps between log entries and consolidated bars.

Related Issue

Closes #9248

Motivation and Context

N/A

Requires Documentation Change

N/A

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

@JosueNina JosueNina changed the title WIP: Register consolidators after warmup start time calculation Register consolidators after warmup start time calculation Feb 13, 2026
@JosueNina JosueNina force-pushed the bug-9248-inconsistent-log-timestamp-in-warm-up branch from a278bed to a149a83 Compare February 14, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent Log Timestamp in Warm Up

1 participant