Skip to content

Conversation

Taucher2003
Copy link
Member

Closes #106

@Taucher2003 Taucher2003 requested a review from raphael-goetz June 2, 2025 18:14
@Taucher2003 Taucher2003 self-assigned this Jun 2, 2025
@Knerio
Copy link
Member

Knerio commented Jun 3, 2025

Will these changes affect sagittarius? Will the models change? Or will it just be a new way of retrieving/sending data to the runtime?

@Taucher2003
Copy link
Member Author

@Knerio No changes to the database, only to the messages. We will need to adjust the services in Sagittarius that write the data into the database, but it shouldn't need to change the database models

@raphael-goetz
Copy link
Member

Yea, all messages starting with "Execution" are sent by Sagittarius itself, all messages starting with "Definition" will be sent to Sagittarius.

The reason is, definitions are containing generics, which I can't handle inside of the execution. Removing them is the most error proof solution

@raphael-goetz raphael-goetz merged commit a84c527 into main Jun 7, 2025
2 checks passed
@raphael-goetz raphael-goetz deleted the 106-remove-generics-from-messages-sent-to-runtime branch June 7, 2025 14:19
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.

Remove generics from messages sent to runtime

3 participants