Skip to content

clean on start/stop #5

Description

@tynanford

https://github.com/ChannelFinder/recceiver/blob/master/src/main/resources/application.properties#L73

# On processor init/startup for this recceiver's currently Active channels:
# true => delete channels, false => mark channels Inactive.
recceiver.cf.clean-on-startup=false

To me, this should be:

true: clean on startup will either delete or mark inactive based on this variable recceiver.cf.delete-on-clean
false: do nothing on startup (same as current recceiver I think and would allow users to disable this clean behavior completely)

Does the current recceiver support deleting channels on startup/shutdown with the clean methods? I haven't seen that behavior before

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions