diff --git a/README.md b/README.md index e594687..ae3b1d4 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ options: -c CRON_EXPRESSION, --schedule CRON_EXPRESSION schedule pipeline to run periodically with a cron expression -a URL, --from-archive URL - Obtain postings data from archive (URL must point to JSON in data lake storage format) + obtain postings data from archive (URL must point to JSON in data lake storage format) -r CONFIG_PATH, --redis CONFIG_PATH choose Redis as the data lake with the given config file -b CONFIG_PATH, --s3-bucket CONFIG_PATH @@ -131,7 +131,7 @@ options: -h, --help show this help message and exit -w, --with-wsgi run dashboard server with WSGI (in deployment mode) -l LABEL, --label LABEL - Extra label to be displayed at the top navbar + extra label to be displayed at the top navbar -m CONFIG_PATH, --mongodb CONFIG_PATH choose MongoDb as the data provider with the given config file ``` diff --git a/deployment/it_jobs_meta_vars.yml b/deployment/it_jobs_meta_vars.yml index 0577735..9a5beb9 100644 --- a/deployment/it_jobs_meta_vars.yml +++ b/deployment/it_jobs_meta_vars.yml @@ -1,4 +1,4 @@ -it_jobs_meta_version: b962af2dc5a16548dec14f1a8c6e3b1803090505 +it_jobs_meta_version: fee155380c4f7359d794dc088276de130f4b89ef # Add the following for weekly updates: # '--schedule "0 0 * * 1"' # Add the following to run from an archived snapshot: diff --git a/deployment/playbook.yml b/deployment/playbook.yml index 362dea4..cc15569 100644 --- a/deployment/playbook.yml +++ b/deployment/playbook.yml @@ -237,7 +237,7 @@ - name: Start itjobsmeta apps services systemd: name: "{{ item }}" - state: started + state: restarted enabled: yes loop: - it-jobs-meta-pipeline diff --git a/it_jobs_meta/common/cli.py b/it_jobs_meta/common/cli.py index eae75ab..0184239 100644 --- a/it_jobs_meta/common/cli.py +++ b/it_jobs_meta/common/cli.py @@ -141,7 +141,7 @@ def _build_pipeline_command(self): action='store', default=None, type=str, - help='Obtain postings data from archive (URL must point to JSON in data lake storage format)', # noqa: E501 + help='obtain postings data from archive (URL must point to JSON in data lake storage format)', # noqa: E501 ) # Data lake setup @@ -202,7 +202,7 @@ def _build_dashboard_command(self): action='store', default=None, type=str, - help='Extra label to be displayed at the top navbar', + help='extra label to be displayed at the top navbar', ) # Data provsion setup (from data warehouse)