-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
part:configAffects the configuration managementAffects the configuration managementtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
Discussed in:
Originally posted by llucax August 4, 2023
Right now the ConfigManagingActor
is monitoring for delete events, but ignoring them, which doesn't seem very reasonable.
I guess if a config file was removed we could signal that by sending either an empty dict
or None
. If we really want to ignore deletions, then maybe we shouldn't monitor for create and delete events.
Metadata
Metadata
Assignees
Labels
part:configAffects the configuration managementAffects the configuration managementtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
To do