Locust

Locust

  • Docs
  • API
  • CLI
  • GitHub

›Reference

About

  • Overview
  • Roadmap

Usage

  • Getting Started
  • Develop
  • Deploy
  • Operate

Reference

  • API
  • CLI
  • Lifecycle
  • Architecture
  • Concepts

Concepts

Stop Condition

A stop condition is a criteria that when met, will send a stop signal (setting the queue status to Inactive) which will stop an further jobs from being started however running jobs will continue to completion. There are three supported stop conditions:

  1. Depth limit - when a link is encountered that has a depth from the entrypoint url that exceeds the config.depthLimit value, a stop signal is sent.
  2. Empty queue - when there are no more jobs queued, a stop signal is sent.
  3. User defined - a callback function in the after hook that when called sends a stop signal
Last updated on 1/26/2020 by Ani Channarasappa
← ArchitectureNext →
  • Stop Condition
Locust
Docs
Getting StartedAPI ReferenceCLI Reference
GitHub
RepositoryIssues
Copyright © 2020 Ani Channarasappa