We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ba542 commit 7e9198aCopy full SHA for 7e9198a
docs/examples/main_demo.py
@@ -22,7 +22,8 @@ async def main():
22
await redis.enqueue_job('download_content', url)
23
24
# WorkerSettings defines the settings to use when creating the work,
25
-# it's used by the arq cli
+# it's used by the arq cli.
26
+# For a list of available settings, see https://arq-docs.helpmanual.io/#arq.worker.Worker
27
class WorkerSettings:
28
functions = [download_content]
29
on_startup = startup
0 commit comments