Skip to content

[benchmarker/scd] Remove shared subscription management by individual users - #1672

Open
BenjaminPelletier wants to merge 2 commits into
interuss:mainfrom
BenjaminPelletier:benchmarker-remove-user-sub-management
Open

[benchmarker/scd] Remove shared subscription management by individual users#1672
BenjaminPelletier wants to merge 2 commits into
interuss:mainfrom
BenjaminPelletier:benchmarker-remove-user-sub-management

Conversation

@BenjaminPelletier

@BenjaminPelletier BenjaminPelletier commented Aug 26, 2026

Copy link
Copy Markdown
Member

Following #1666, SCD subscriptions can be established via actions prior to scenarios of interest. This allows us to remove subscription management from individual virtual users' workflows which reduces complexity and ways things can go wrong. This PR executes that workflow reduction/simplification.

The configuration schema change would be a breaking change, but benchmarker is not yet at initial release so I don't think we need to start tracking this yet. We will track breaking changes starting from official initial offering of benchmarker, but this will require a few more things (e.g., minimum usage documentation).

Verified to work normally (judged qualitatively; no failures due to missing subscriptions); timeline overview from one of the scenarios:

Screenshot 2026-08-26 at 2 22 57 PM

@BenjaminPelletier
BenjaminPelletier marked this pull request as ready for review August 26, 2026 21:24

@mickmis mickmis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@@ -199,85 +198,7 @@ def select_dss_instance(self) -> DSSInstance:
)

def get_utm_actions(self, flight: Flight) -> Iterable[FlightAction]:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Delete this method and just use get_create_actions in callers?

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants