-
Notifications
You must be signed in to change notification settings - Fork 58
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
Discussion: how do we handle the deletion of organisations? #3966
Comments
From the scheduler point of view (when taking the changes of #3839 into account). We have the following models that are bound to an organisation:
So in all, all models that depend on or are associated with an organisation, can either be deleted or disabled. However, we need to determine how the scheduler knows about an organisation that gets deleted. The preferable course of action would be a signal that gets sent to the scheduler or that the scheduler subscribes to a message queue. This depends on other services that need to know if an organisation is deleted and their preferred way of getting that information. |
Background
Discussion
How will we handle the deletion of organisations.
Task
andSchedule
objectsThe text was updated successfully, but these errors were encountered: