From 4e0a29cde0043747b6d2e9e4a48ddc732882077c Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 4 Nov 2024 17:39:21 -0300 Subject: [PATCH] Tweak copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33dbc18e..f480aebf 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Note that if you aren't using Rails, you'll need to start the reporter manually. #### Resque -If you're using `resque-scheduler` and their [standalone executable](https://github.com/resque/resque-scheduler?tab=readme-ov-file#standalone-executable) approach, make sure to add a `require "judoscale-resque"` to your executable, or require your entire Rails application, to make sure the Judoscale extension that stores latency for each job gets properly loaded within the scheduler process, otherwise metrics may not be reported appropriately from the scheduler. +If you're using `resque-scheduler` and their [standalone executable](https://github.com/resque/resque-scheduler?tab=readme-ov-file#standalone-executable) approach, add a `require "judoscale-resque"` to your executable, or require your entire Rails application. This ensures the Judoscale extension that stores latency for each job gets properly loaded within the scheduler process, otherwise metrics may not be reported appropriately from the scheduler. ## Worker-only apps