Updating the tags of an interface generates an event, which is then later processed by topology to write the tag data to the DB. However, it is possible that before this event is processed kytos can crash or shutdown, or some other event can occur which prevents the write to the DB. This can lead to scenarios where another NApp reserves a tag, writes to the DB that it reserved a given tag, then kytos closes before the fact that the tag is in use is registered by topology.