#1066 implement snmp_try_slow_connect and fast device discover from queue

This commit is contained in:
Oliver Gorwits
2023-07-14 17:37:52 +01:00
parent 2f7e3f80a3
commit eac55a581d
5 changed files with 62 additions and 18 deletions

View File

@@ -246,7 +246,7 @@ sub jq_defer {
# lock db row and update to show job is available
schema(vars->{'tenant'})->resultset('Admin')
->search({ job => $job->id }, { for => 'update' })
->update({ status => 'queued', started => undef });
->update({ status => 'queued', started => undef, log => $job->log });
});
$happy = true;
}