This document discusses using the Jesque framework and Redis for distributed job processing. It provides an example of configuring jobs in Jesque that run performance tests using Grails services. Workers pull jobs from the Redis queue in a distributed manner across multiple JVM processes and nodes. Results are saved back to the database. Dashboards can display performance test results.