Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Automat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冯佳佳
Automat
Commits
34f30013
Commit
34f30013
authored
Jan 20, 2022
by
冯佳佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
977655a1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
automat.log.1
+41
-0
poetry.lock
+0
-0
pyproject.toml
+3
-0
No files found.
automat.log.1
0 → 100644
View file @
34f30013
[uWSGI] getting INI configuration from /data/www/automat/automat_app_uwsgi.ini
*** Starting uWSGI 2.0.20 (64bit) on [Thu Jan 20 12:05:17 2022] ***
compiled with version: 4.8.5 20150623 (Red Hat 4.8.5-44) on 20 January 2022 04:01:54
os: Linux-3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018
nodename: iZ2ze4tbzlpw7nv35r9zudZ
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 4
current working directory: /data/www/automat
detected binary path: /root/.pyenv/versions/3.7.5/envs/env4automat/bin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
chdir() to /data/www/automat
*** WARNING: you are running uWSGI without its master process manager ***
your processes number limit is 30125
your memory page size is 4096 bytes
detected max file descriptor number: 65535
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:8893 fd 3
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
Python version: 3.7.5 (default, Jan 20 2022, 11:57:50) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Python main interpreter initialized at 0xc137f0
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 584448 bytes (570 KB) for 32 cores
*** Operational MODE: preforking+threaded ***
2022-01-20 12:05:17 - automat_app.py - <module> -[line:13] - INFO - request_id=None: run server
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0xc137f0 pid: 1182 (default app)
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (pid: 1182, cores: 8)
spawned uWSGI worker 2 (pid: 1185, cores: 8)
spawned uWSGI worker 3 (pid: 1189, cores: 8)
spawned uWSGI worker 4 (pid: 1193, cores: 8)
poetry.lock
View file @
34f30013
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
34f30013
...
@@ -18,6 +18,9 @@ flask-redis = "^0.4.0"
...
@@ -18,6 +18,9 @@ flask-redis = "^0.4.0"
PyJWT
=
"^2.2.0"
PyJWT
=
"^2.2.0"
pycryptodome
=
"^3.11.0"
pycryptodome
=
"^3.11.0"
cryptography
=
"^36.0.1"
cryptography
=
"^36.0.1"
uwsgi
=
"^2.0.20"
pymongo
=
"^4.0.1"
qcloudsms-py
=
"^0.1.4"
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment