Skip to content
New issue

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

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

Already on GitHub? # to your account

nip-9: deletation (with filters). #76

Open
kehiy opened this issue Oct 15, 2024 · 1 comment
Open

nip-9: deletation (with filters). #76

kehiy opened this issue Oct 15, 2024 · 1 comment
Milestone

Comments

@kehiy
Copy link
Member

kehiy commented Oct 15, 2024

No description provided.

@kehiy kehiy added this to the v1.0.0 milestone Oct 15, 2024
@ZigBalthazar
Copy link
Member

When the parent event does not exist, the children are useless and can cascade. It is better to delete all associated entities of an event that requests deletion. As this can involve many entities, it's better to carry out the deletion process asynchronously. This can be achieved using a job queue or job scheduler, etc, which will execute the deletion request when the system load is low.Sidecar pattern maybe useful.
admin should be able to force delete request manually out of queue, by management API but he can not cancel it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants