Created
March 20, 2018 19:25
-
-
Save automactic/1b54c7546da09ff7c9c0aca80d9577d9 to your computer and use it in GitHub Desktop.
log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(venv) Chriss-MacBook-Pro:worker chrisli$ python worker | |
========================================================= | |
Welcome to Zimfarm worker: | |
========================================================= | |
Let's check some settings: | |
* current values are in '[]' | |
* accept current values by pressing enter | |
Username [admin]: | |
Password [********]: | |
Dispatcher Host [farm.openzim.org]: | |
Warehouse Host [farm.openzim.org]: | |
Rabbitmq Port [5671]: | |
Warehouse Command Port [21]: | |
Working Directory [output]: | |
Redis Container Name [zimfarm_redis]: | |
--------------------------------------------------------- | |
Starting... | |
[email protected] v4.1.0 (latentcall) | |
Darwin-17.4.0-x86_64-i386-64bit 2018-03-20 15:24:05 | |
[config] | |
.> app: zimfarm_worker:0x1046a8fd0 | |
.> transport: amqps://admin:**@farm.openzim.org:5671/zimfarm | |
.> results: disabled:// | |
.> concurrency: 1 (prefork) | |
.> task events: ON | |
[queues] | |
.> celery exchange=celery(direct) key=celery | |
[tasks] | |
. mwoffliner | |
[2018-03-20 15:24:11,740: INFO/MainProcess] Connected to amqps://admin:**@farm.openzim.org:5671/zimfarm | |
[2018-03-20 15:24:12,351: INFO/MainProcess] mingle: searching for neighbors | |
[2018-03-20 15:24:14,956: INFO/MainProcess] mingle: all alone | |
[2018-03-20 15:24:16,596: INFO/MainProcess] [email protected] ready. | |
[2018-03-20 15:24:16,597: INFO/MainProcess] Received task: mwoffliner[5ab15ecb467a69002397e47a] | |
[2018-03-20 15:24:16,793: INFO/ForkPoolWorker-1] mwoffliner[5ab15ecb467a69002397e47a]: Step 1 of 4: Start Redis | |
[2018-03-20 15:24:16,804: INFO/ForkPoolWorker-1] mwoffliner[5ab15ecb467a69002397e47a]: Step 2 of 4: Pull Container | |
[2018-03-20 15:24:17,288: INFO/ForkPoolWorker-1] mwoffliner[5ab15ecb467a69002397e47a]: Step 3 of 4: Generate Zim File with MWOffliner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment