nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

Allow to use `crons` / `consumers` with raw GNU/Linux #180

Open nfroidure opened 6 months ago

nfroidure commented 6 months ago

Issue

Currently, creating crons / consumers can be done only for GCP/AWS targets. That said, in order to deploy Whook projects on simple GNU/Linux machines, we could create the same kind of mechanism to declare crons / consumers and then have commands that create the crontabs / consumers required (cron, systemd may help).

Technical tasks

Create a @whook/gnu-linux plugin that: