mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
* signal-cli recommends to call "receive" on a regular basis. In case "receive" is not already called periodically by the user application, add the option to invoke it at a specific schedule from within the docker container. The "AUTO_RECEIVE_SCHEDULE" parameter takes a cron schedule expression and calls "receive" at the given time. see #129