Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
6dd5019f
Commit
6dd5019f
authored
1 year ago
by
Theodore Chang
Browse files
Options
Downloads
Patches
Plain Diff
Add parameters
parent
67832459
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1929
Add parameters
Pipeline
#209671
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nomad/cli/admin/run.py
+3
-2
3 additions, 2 deletions
nomad/cli/admin/run.py
with
3 additions
and
2 deletions
nomad/cli/admin/run.py
+
3
−
2
View file @
6dd5019f
...
...
@@ -35,8 +35,9 @@ def hub():
@run.command
(
help
=
'
Run the nomad development worker.
'
)
def
worker
():
run_worker
()
@click.option
(
'
--workers
'
,
type
=
int
,
default
=
None
,
help
=
'
Number of celery workers.
'
)
def
worker
(
**
kwargs
):
run_worker
(
**
kwargs
)
@run.command
(
help
=
'
Run the nomad development app with all apis.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment