Skip to content

Instantly share code, notes, and snippets.

@puria
Created March 5, 2019 18:04
Show Gist options
  • Save puria/028509ad5d7ded7037da760fdebf3549 to your computer and use it in GitHub Desktop.
Save puria/028509ad5d7ded7037da760fdebf3549 to your computer and use it in GitHub Desktop.
credentialissuer@decidim:~$ cd dddc-credential-issuer/
credentialissuer@decidim:~/dddc-credential-issuer$ !30
/home/credentialissuer/dddc-credential-issuer/venv/bin/gunicorn -w 4 -k uvicorn.workers.UvicornWorker -b 127.0.0.1:8080 app.main:api
[2019-03-05 18:01:37 +0000] [30894] [INFO] Starting gunicorn 19.9.0
[2019-03-05 18:01:37 +0000] [30894] [INFO] Listening at: http://127.0.0.1:8080 (30894)
[2019-03-05 18:01:37 +0000] [30894] [INFO] Using worker: uvicorn.workers.UvicornWorker
[2019-03-05 18:01:37 +0000] [30897] [INFO] Booting worker with pid: 30897
[2019-03-05 18:01:37 +0000] [30898] [INFO] Booting worker with pid: 30898
[2019-03-05 18:01:37 +0000] [30900] [INFO] Booting worker with pid: 30900
[2019-03-05 18:01:37 +0000] [30902] [INFO] Booting worker with pid: 30902
[2019-03-05 18:01:38 +0000] [30898] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30898] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30897] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30902] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30898] [INFO] Started server process [30898]
[2019-03-05 18:01:38 +0000] [30898] [INFO] Waiting for application startup.
[2019-03-05 18:01:38 +0000] [30902] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30902] [INFO] Started server process [30902]
[2019-03-05 18:01:38 +0000] [30902] [INFO] Waiting for application startup.
[2019-03-05 18:01:38 +0000] [30897] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30900] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30897] [INFO] Started server process [30897]
[2019-03-05 18:01:38 +0000] [30897] [INFO] Waiting for application startup.
[2019-03-05 18:01:38 +0000] [30900] [INFO] Correctly loading configuration from => /home/credentialissuer/production.ini
[2019-03-05 18:01:38 +0000] [30900] [INFO] Started server process [30900]
[2019-03-05 18:01:38 +0000] [30900] [INFO] Waiting for application startup.
^C[2019-03-05 18:01:39 +0000] [30894] [INFO] Handling signal: int
[2019-03-05 18:01:39 +0000] [30900] [INFO] Shutting down
[2019-03-05 18:01:39 +0000] [30902] [INFO] Shutting down
[2019-03-05 18:01:39 +0000] [30898] [INFO] Shutting down
[2019-03-05 18:01:39 +0000] [30897] [INFO] Shutting down
[2019-03-05 18:01:39 +0000] [30900] [INFO] Waiting for application shutdown.
[2019-03-05 18:01:39 +0000] [30900] [INFO] Finished server process [30900]
[2019-03-05 18:01:39 +0000] [30900] [INFO] Worker exiting (pid: 30900)
[2019-03-05 18:01:39 +0000] [30902] [INFO] Waiting for application shutdown.
[2019-03-05 18:01:39 +0000] [30902] [INFO] Finished server process [30902]
[2019-03-05 18:01:39 +0000] [30902] [INFO] Worker exiting (pid: 30902)
[2019-03-05 18:01:39 +0000] [30898] [INFO] Waiting for application shutdown.
[2019-03-05 18:01:39 +0000] [30898] [INFO] Finished server process [30898]
[2019-03-05 18:01:39 +0000] [30898] [INFO] Worker exiting (pid: 30898)
[2019-03-05 18:01:39 +0000] [30897] [INFO] Waiting for application shutdown.
[2019-03-05 18:01:39 +0000] [30897] [INFO] Finished server process [30897]
[2019-03-05 18:01:39 +0000] [30897] [INFO] Worker exiting (pid: 30897)
[2019-03-05 18:01:39 +0000] [30894] [INFO] Shutting down: Master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment