Skip to content

Commit

Permalink
Merge pull request #904 from marwoodandrew/SDAAP-60
Browse files Browse the repository at this point in the history
[SDAAP-60] Update newrelic
  • Loading branch information
marwoodandrew authored Feb 20, 2023
2 parents eb909b3 + 9cf34a6 commit 3fe64b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/aap/macros/clean_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def clean_keywords(**kwargs):
service = superdesk.get_resource_service(repo)
counter = 0

for items in IndexFromMongo().get_mongo_items(repo, 500, None):
for items in IndexFromMongo().get_mongo_items(repo, 500, None, False):
print('Processing items from {} to {}'.format(counter * 500, counter * 500 + len(items)))

for item in items:
Expand Down
2 changes: 1 addition & 1 deletion server/aap/macros/rename_genre_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def rename_genre_value(**kwargs):
service = superdesk.get_resource_service(repo)
counter = 0

for items in IndexFromMongo().get_mongo_items(repo, 500, None):
for items in IndexFromMongo().get_mongo_items(repo, 500, None, False):
print('Processing items from {} to {}'.format(counter * 500, counter * 500 + len(items)))

for item in items:
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ gunicorn==20.0.4
honcho==1.0.1
pyodbc==4.0.32
unidecode==0.04.21
newrelic>=2.66,<2.67
newrelic==8.7.0
titlecase==0.8.2
pyasn1==0.4.8
geopy==1.11.0
Expand Down
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
#
Expand Down Expand Up @@ -154,7 +154,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.2.0
# via croniter
newrelic==2.66.0.49
newrelic==8.7.0
# via -r requirements.in
oauth2client==4.1.3
# via
Expand Down

0 comments on commit 3fe64b9

Please sign in to comment.