Skip to content

Commit

Permalink
Merge pull request #295 from bothub-it/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
lucasagra authored Aug 17, 2021
2 parents 10ce5c4 + 58c62c3 commit 0cb10e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions ai_platform/aiplatform_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/bothub-it/[email protected].21
git+https://github.com/bothub-it/[email protected].31
git+https://github.com/bothub-it/[email protected].22
git+https://github.com/bothub-it/[email protected].35
rasa==1.10.6
transformers==2.11.0
emoji==0.6.0
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
absl-py==0.9.0
aiofiles==0.4.0
aiohttp==3.6.2
amqp==2.5.2
amqp==5.0.6
appdirs==1.4.3
APScheduler==3.6.3
astor==0.8.1
async-generator==1.10
async-timeout==3.0.1
attrs==19.3.0
billiard==3.6.3.0
billiard==3.6.4.0
black==19.3b0
blis==0.2.4
git+https://github.com/bothub-it/[email protected].31
git+https://github.com/bothub-it/[email protected].21
git+https://github.com/bothub-it/[email protected].35
git+https://github.com/bothub-it/[email protected].22
boto3==1.12.25
botocore==1.15.25
bz2file==0.98
cachetools==4.0.0
celery==4.4.0
celery==5.1.2
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
Expand Down Expand Up @@ -84,7 +84,7 @@ Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
kfac==0.2.0
kiwisolver==1.1.0
kombu==4.6.7
kombu==5.1.0
lime==0.1.1.36
Markdown==3.2.1
MarkupSafe==1.1.1
Expand Down Expand Up @@ -190,7 +190,7 @@ Unidecode==1.1.1
uritemplate==3.0.1
urllib3==1.24.3
uvloop==0.14.0
vine==1.3.0
vine==5.0.0
wasabi==0.6.0
wcwidth==0.1.8
webexteamssdk==1.1.1
Expand Down
12 changes: 4 additions & 8 deletions start_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@
subprocess.run(
[
"celery",
"-A",
"celery_app",
"worker",
"--autoscale",
"1,1",
"-O",
"fair",
"--workdir",
".",
"-A",
"celery_app",
"-c",
"5",
"1",
"-l",
"INFO",
"-E",
"--pool",
"threads",
"gevent",
"-Q",
queue_name,
]
Expand Down

0 comments on commit 0cb10e2

Please sign in to comment.