This is a strange request but is it possible to trigger a worker (Starman) without a HTTP request.
Ie, could PLACK be used to also spin up background requests at periodic intervals?
While I could simulate a HTTP request from CRON. Just wondering if anyone has thought about a “tidier” solution?
Thanks.