You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
provides a wrapper for crons and a command to install it locally (and eventually replay it)
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:command
?) that install the HTTP server via systemdThe text was updated successfully, but these errors were encountered: