rename prime_skiplist to warm_thrusters

This commit is contained in:
Oliver Gorwits
2017-05-28 18:48:58 +01:00
parent 9ac2662182
commit 5daf1805c7
3 changed files with 8 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ our @EXPORT_OK = qw/
jq_getsomep
jq_locked
jq_queued
jq_prime_skiplist
jq_warm_thrusters
jq_log
jq_userlog
jq_lock
@@ -58,11 +58,9 @@ Netdisco job instance interface (see below).
Returns a list of IP addresses of devices which currently have a job of the
given C<$job_type> queued (e.g. C<discover>, C<arpnip>, etc).
=head2 jq_prime_skiplist()
=head2 jq_warm_thrusters()
Sets up a table of hints for the backend daemon manager to help avoid picking
jobs from the queue that it cannot process due to C<*_no> configuration
settings.
Performs initialisation of the Job Queue backend.
=head2 jq_log()