# scheduler Scheduler service of the View Server. Used to send scheduled signals to other components of the view server. Currently just works in cohesion with the harvester, sending a string in the config with `name` on a configured `schedule` to a given `queue`. ## Tagging **Before tagging remember to increment the chart version (`.chart/Chart.yaml`) manually!** This repository uses `bump2version` for managing tags. To bump a version use ``` bump2version --new-version # or bump2version git push && git push --tags ```