Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Delegates events on creation/deletion/update #2310

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

falvaradorodriguez
Copy link
Contributor

@falvaradorodriguez
Copy link
Contributor Author

I have continued the use of signals to manage the sending of these events to the queue because as we currently have multiple endpoints for delegate management the solution is simpler and clearer. At the moment, the delegates management is not high and there should not be performance issues with the use of signals.

@falvaradorodriguez falvaradorodriguez marked this pull request as ready for review November 6, 2024 10:15
@falvaradorodriguez falvaradorodriguez requested a review from a team as a code owner November 6, 2024 10:15
delegate: str
delegator: str
label: str
expiryDate: Optional[int]
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add the unit, for clarity. Like expiryDateSeconds

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done e90cc85

@falvaradorodriguez falvaradorodriguez merged commit 1f07bb3 into main Nov 7, 2024
5 checks passed
@falvaradorodriguez falvaradorodriguez deleted the send_events_add_delete_delegates branch November 7, 2024 17:15
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Delegates events on creation/deletion/update
3 participants