support scheduling jobs with params

This commit is contained in:
Oliver Gorwits
2018-02-22 21:57:46 +00:00
parent febb2b095e
commit 608cca3e2e

View File

@@ -73,6 +73,7 @@ sub worker_body {
jq_insert({
action => $action,
device => $sched->{device},
port => $sched->{port},
extra => $sched->{extra},
});
}