Skip to content

Create an interface to extract and set some data in request events.#11

Merged
calavera merged 1 commit intomainfrom
make_data_extraction_from_event_easier
Jan 2, 2026
Merged

Create an interface to extract and set some data in request events.#11
calavera merged 1 commit intomainfrom
make_data_extraction_from_event_easier

Conversation

@calavera
Copy link
Contributor

@calavera calavera commented Jan 2, 2026

This matches what Indexify implements, which would allow us to only have one implementation of all these events.

This matches what Indexify implements, which would allow us
to only have one implementation of all these events.
FunctionRunAssigned(FunctionRunAssigned),
FunctionRunCompleted(FunctionRunCompleted),
FunctionRunMatchedCache(FunctionRunMatchedCache),
RequestCreated(RequestCreatedEvent),

Choose a reason for hiding this comment

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

would this be a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, we removed this event from Indexify, it's never sent.

@calavera calavera merged commit d5b9e6b into main Jan 2, 2026
2 checks passed
@calavera calavera deleted the make_data_extraction_from_event_easier branch January 2, 2026 18:14
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.

2 participants