Skip to content

Commit

Permalink
Update job decorator docstring to match recent code change (#14388)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeagherix authored Aug 30, 2024
1 parent f53ab70 commit 1218dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/service/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def scrub(self, pool_name):
If lock queue size is exceeded then the new job is discarded and the `id` of the last job in the queue is
returned.
Default value is `None` meaning that lock queue is infinite.
Default value is `5`. `None` would mean that lock queue is infinite.
:param logs: If `True` then `job.logs_fd` object will be available. It is an unbuffered file opened in binary mode;
the job can write its logs there, and they will be available in the `/var/log/jobs/{id}.log` file. By default,
Expand Down

0 comments on commit 1218dea

Please sign in to comment.