aboutsummaryrefslogtreecommitdiff
path: root/longboat
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2020-03-16 10:15:21 +0000
committerNat Lasseter <nat.lasseter@york.ac.uk>2020-03-16 10:15:21 +0000
commit666ea91e473554acabe6f6c3477eb915e70a7538 (patch)
tree2f245df6a494c63f6a829f4729552939ce0effdd /longboat
parent58758e907801e332f5e80b4f2fed5a50f080fec1 (diff)
Refactor: renamed jobs to raiders, becaus pun, and jobs is confusing given the intended application of longboat by the original authors.
Diffstat (limited to 'longboat')
-rwxr-xr-xlongboat4
1 files changed, 2 insertions, 2 deletions
diff --git a/longboat b/longboat
index 2631d45..b4f0dee 100755
--- a/longboat
+++ b/longboat
@@ -8,8 +8,8 @@ config = Longboat::Config.parse!
# Start collection
collector = Longboat::Collector.new(config)
-jobs = Longboat::Jobs.new(collector, config)
-t = jobs.collect_every
+raiders = Longboat::Raiders.new(collector, config)
+t = raiders.raid_every
# Serve metrics on HTTP
Longboat::Server.serve!(collector, config)