Skip to content

Commit

Permalink
Change worker user from 'ckan' to 'root' in harvester and xloader con…
Browse files Browse the repository at this point in the history
…figuration files

- Until ckan#172 and ckan/ckan-docker-base#80 to ckan-docker
  • Loading branch information
mjanez committed Oct 17, 2024
1 parent fc71cbf commit 006ab15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ckan/setup/workers/harvester.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:ckan_gather_consumer]
command=ckan harvester gather-consumer
user=ckan
user=root
numprocs=1
stdout_logfile=/var/log/harvester/gather_consumer.log
stdout_logfile_maxbytes=50MB
Expand All @@ -13,7 +13,7 @@ priority=1

[program:ckan_fetch_consumer]
command=ckan harvester fetch-consumer
user=ckan
user=root
numprocs=1
stdout_logfile=/var/log/harvester/fetch_consumer.log
stdout_logfile_maxbytes=50MB
Expand All @@ -26,7 +26,7 @@ priority=2

[program:ckan_harvester_run]
command=ckan harvester run
user=ckan
user=root
numprocs=1
stdout_logfile=/var/log/harvester/ckan_harvester.log
stdout_logfile_maxbytes=25MB
Expand All @@ -39,7 +39,7 @@ priority=3

[program:ckan_harvester_clean_log]
command=ckan harvester clean-harvest-log
user=ckan
user=root
numprocs=1
stdout_logfile=/var/log/harvester/ckan_harvester_clean_log.log
stdout_logfile_maxbytes=25MB
Expand Down
2 changes: 1 addition & 1 deletion ckan/setup/workers/xloader.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:ckan_xloader]
command=ckan jobs worker default
user=ckan
user=root
numprocs=1
stdout_logfile=/var/log/xloader/ckan_xloader.log
stdout_logfile_maxbytes=100MB
Expand Down

0 comments on commit 006ab15

Please sign in to comment.