Future work : lets just put this in always_on script.
That will let us actually use nested workers concept, which can call other workers recursively, or we can call this script with API.
This may result some infinite recursion problem too, though, but that should be controlled externally.
Another future work : only use script args if worker has matching scripts.
@papuSpartan Thanks for the review! I fixed most of the issue, except I need some test for mixture of http + https addresses. The pull requested is rebased for dev branch in #17
[{"uuid": "worker1", "address": "https://somewhere.example.com", "auth": "username:password"}]
Fix Typing Annotation Issues.
use session
allow https connections with auth.
Future work : lets just put this in always_on script. That will let us actually use nested workers concept, which can call other workers recursively, or we can call this script with API.
This may result some infinite recursion problem too, though, but that should be controlled externally.
Another future work : only use script args if worker has matching scripts.