Skip to content

Commit

Permalink
Fix comment in registry.py (rq#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinSchubert authored Jun 29, 2020
1 parent c3a6b53 commit b334a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rq/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def get_scheduled_time(self, job_or_id):


def clean_registries(queue):
"""Cleans StartedJobRegistry and FinishedJobRegistry of a queue."""
"""Cleans StartedJobRegistry, FinishedJobRegistry and FailedJobRegistry of a queue."""
registry = FinishedJobRegistry(name=queue.name,
connection=queue.connection,
job_class=queue.job_class)
Expand Down

0 comments on commit b334a00

Please sign in to comment.