git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Scheduled `update-all` doesn't run on all platforms, fails silently #48

Open vdye opened 1 year ago

vdye commented 1 year ago

If a cron schedule can't be set during git-bundle-server (init|set), the failure is not reported to users.

Issues with the system scheduler should at least be reported to users; also, on MacOS it should use launchd (and systemd should be a fallback option for Linux).