You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Running augur backend start on AWS EC2 t2.micro instance prepares the housekeeper jobs, but the process kills itself while running.
How to reproduce:
Go to root augur directory after activating virtual environment
Run augur backend start
After command completed, terminal froze up.
Expected behavior:
We expected the command to produce a number similar to the one shown in this screenshot. (however it still froze after this too, so the expected behavior would for it to not freeze up my terminal.
However, we weren't sure what this number meant.
Screenshots
After this happened the server was frozen up and i could no longer input anything in terminal
Description:
Running augur backend start on AWS EC2 t2.micro instance prepares the housekeeper jobs, but the process kills itself while running.
How to reproduce:
Expected behavior:
We expected the command to produce a number similar to the one shown in this screenshot. (however it still froze after this too, so the expected behavior would for it to not freeze up my terminal.
However, we weren't sure what this number meant.
Screenshots
After this happened the server was frozen up and i could no longer input anything in terminal
Log files
"housekeeper.log" :
[1108] augur.housekeeper [INFO] Booting housekeeper
[1108] augur.housekeeper [INFO] Scheduling update processes
"augur.log" :
[1108] augur [INFO] Augur application initialized
[1108] augur [INFO] Using config file: /home/ubuntu/augur/augur.config.json
[1108] augur.housekeeper [INFO] Booting housekeeper
[1108] augur.housekeeper [INFO] Scheduling update processes
[1108] augur [INFO] Booting facade_worker #1
[1108] augur [INFO] Booting github_worker #1
[1108] augur [INFO] Booting insight_worker #1
[1108] augur [INFO] Booting linux_badge_worker #1
[1108] augur [INFO] Booting pull_request_worker #1
[1108] augur [INFO] Booting repo_info_worker #1
[1108] augur [INFO] Booting gitlab_issues_worker #1
[1108] augur [INFO] Booting release_worker #1
[1108] augur [INFO] Starting Gunicorn webserver...
[1108] augur [INFO] Augur is running at: http://127.0.0.1:5000
[1108] augur [INFO] Gunicorn server logs & errors will be written to logs/gunicorn.log
[1108] augur [INFO] Housekeeper update process logs will now take over.
~
Both trhe housekeepr and augur .err files were empty.
Software versions:
The text was updated successfully, but these errors were encountered: