Skip to content

Commit 7e9198a

Browse files
authored
Add link to available settings for WorkerSettings (#279)
1 parent 59ba542 commit 7e9198a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/main_demo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ async def main():
2222
await redis.enqueue_job('download_content', url)
2323

2424
# WorkerSettings defines the settings to use when creating the work,
25-
# it's used by the arq cli
25+
# it's used by the arq cli.
26+
# For a list of available settings, see https://arq-docs.helpmanual.io/#arq.worker.Worker
2627
class WorkerSettings:
2728
functions = [download_content]
2829
on_startup = startup

0 commit comments

Comments
 (0)