ConfigManagingActor
should send an empty dict
on file deletion
#972
Labels
part:config
Affects the configuration management
type:enhancement
New feature or enhancement visitble to users
Milestone
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
orNone
. If we really want to ignore deletions, then maybe we shouldn't monitor for create and delete events.The text was updated successfully, but these errors were encountered: