Skip to content

[Feat.Req] Garbage collect finished SenderAllocationRelationships #99

@aasseman

Description

@aasseman

Problem statement
TAP Agent will currently tell SenderAllocationRelationships to do their last RAV request when an allocation or a sender become ineligible. The actual RAV request is done asynchronously and therefore the finished SenderAllocationRelationships cannot be removed immediately.

Expectation proposal
There needs to be a process that will check SenderAllocationRelationships that are finished and deletes them. Ideally in a separately spawned async task of some sort.

Additional context

// TODO: remove SenderAllocationRelationship instances that are finished. Ideally done in
// another async task?

Metadata

Metadata

Assignees

No one assigned

    Labels

    p2Medium prioritysize:smallSmalltype:featureNew or enhanced functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions