Skip to content

Commit c1cf786

Browse files
Merge pull request #103 from Jason-Cooke/patch-1
Fix typo
2 parents 4dbb774 + 1d7d6a4 commit c1cf786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ heroku config:add WORKLESS_API_KEY=yourapikey APP_NAME=yourherokuappname
7070

7171
## Failing Jobs
7272

73-
In the case of failed jobs Workless will only shut down the dj worker if all attempts have been tried. By default Delayed Job will try 25 times to process a job with ever increasing time delays between each unsucessful attempt. Because of this Workless configures Delayed Job to try failed jobs only 3 times to reduce the amount of time a worker can be running while trying to process them.
73+
In the case of failed jobs Workless will only shut down the dj worker if all attempts have been tried. By default Delayed Job will try 25 times to process a job with ever increasing time delays between each unsuccessful attempt. Because of this Workless configures Delayed Job to try failed jobs only 3 times to reduce the amount of time a worker can be running while trying to process them.
7474

7575
## Configuration
7676

0 commit comments

Comments
 (0)