Maintaining a worker¶
This page guides you through common tasks applied while maintaining an Arkindex worker.
Updating the template¶
To get the changes we make on our official template to apply to your worker, you will need to re-apply the template to the worker and resolve any conflicts that may arise.
To update the template¶
- Run the following command:
cookiecutter base-worker -f --config-file YOURFILE.yaml --no-input
Where YOURFILE.yaml
is the path of the YAML file you previously created.
-
Answer
yes
when Cookiecutter requests confirmation to delete and re-download the template. -
Using the Git diff, resolve the conflicts yourself as Cookiecutter will be overwriting existing files.