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 decd060 commit a6a0f56Copy full SHA for a6a0f56
main.py
@@ -52,7 +52,7 @@ def start_services():
52
if args.worker:
53
start_args.extend(['--worker', str(args.worker)])
54
else:
55
- worker = os.environ.get('CORE_WORKER')
+ worker = os.environ.get('MAXKB_CORE_WORKER')
56
if isinstance(worker, str) and worker.isdigit():
57
start_args.extend(['--worker', worker])
58
0 commit comments