File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,9 +547,9 @@ def start_django(options):
547547 sh (f'{ settings } python -W ignore manage.py runserver --nostatic { bind } { foreground } ' )
548548
549549 if ASYNC_SIGNALS :
550- sh (f"{ settings } celery -A geonode.celery_app:app worker --without-gossip --without-mingle -Ofair -B -E \
551- --statedb=worker.state --scheduler={ CELERY_BEAT_SCHEDULER } --loglevel=DEBUG \
552- --concurrency=2 -n worker1@%h -f celery.log { foreground } " )
550+ sh (f"{ settings } celery -A geonode.celery_app:app worker --autoscale=20,10 -- without-gossip --without-mingle -Ofair -B -E \
551+ --statedb=/tmp/ worker.state --scheduler={ CELERY_BEAT_SCHEDULER } --loglevel=DEBUG \
552+ --concurrency=10 --max-tasks-per-child=10 -n worker1@%h -f celery.log { foreground } " )
553553 sh (f'{ settings } python -W ignore manage.py runmessaging { foreground } ' )
554554
555555 # wait for Django to start
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ setup_requires =
2626install_requires =
2727 # native dependencies
2828 Pillow ==9.3.0
29- lxml ==4.9.1
29+ lxml ==4.9.2
3030 psycopg2 ==2.9.5
3131 Django ==3.2.16
3232
@@ -50,8 +50,8 @@ install_requires =
5050 zipstream-new ==1.1.8
5151 schema ==0.7.5
5252 rdflib ==6.1.1
53- smart_open ==6.2 .0
54- PyMuPDF ==1.21.0
53+ smart_open ==6.3 .0
54+ PyMuPDF ==1.21.1
5555
5656 # Django Apps
5757 django-allauth ==0.51.0
@@ -85,12 +85,12 @@ install_requires =
8585 Shapely ==1.8.5.post1
8686 mercantile ==1.2.1
8787 geoip2 ==4.6.0
88- numpy ==1.23 .*
88+ numpy ==1.24 .*
8989
9090 # # Apps with packages provided in GeoNode's PPA on Launchpad.
9191
9292 # Django Apps
93- dj-database-url ==1.0 .0
93+ dj-database-url ==1.2 .0
9494 dj-pagination ==2.5.0
9595 django-select2 ==8.0.0
9696 django-floppyforms<1.10.0
@@ -105,7 +105,7 @@ install_requires =
105105 djangorestframework-guardian ==0.3.0
106106 drf-extensions ==0.7.1
107107 drf-writable-nested ==0.7.0
108- drf-spectacular ==0.24.2
108+ drf-spectacular ==0.25.1
109109 dynamic-rest ==2.1.2
110110 Markdown ==3.4.1
111111
@@ -137,7 +137,7 @@ install_requires =
137137 dropbox ==11.36.0
138138 google-cloud-storage ==2.7.0
139139 google-cloud-core ==2.3.2
140- boto3 ==1.26.28
140+ boto3 ==1.26.32
141141
142142 # Django Caches
143143 python-memcached<=1.59
@@ -150,7 +150,7 @@ install_requires =
150150 jdcal ==1.4.1
151151 mock<5.0.0
152152 python-dateutil ==2.8.2
153- pytz ==2022.6
153+ pytz ==2022.7
154154 requests ==2.28.1
155155 timeout-decorator ==0.5.0
156156 pylibmc ==1.6.3
@@ -174,7 +174,7 @@ install_requires =
174174 invoke ==1.7.3
175175
176176 # tests
177- coverage ==6.5 .0
177+ coverage ==7.0 .0
178178 requests-toolbelt ==0.10.1
179179 flake8 ==6.0.0
180180 pytest ==7.2.0
@@ -194,7 +194,7 @@ install_requires =
194194
195195 # Security and audit
196196 mistune ==2.0.4
197- wandb ==0.13.6
197+ wandb ==0.13.7
198198 protobuf ==3.20.3
199199 mako ==1.2.4
200200
You can’t perform that action at this time.
0 commit comments