Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS-130888 / 25.04 / Update job decorator docstring to match recent code change #14388

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading