Skip to content

Commit f10b969

Browse files
committed
Merge tag '26.1.3' into develop
Increase migration timeout and batch size for NR
2 parents 9e14e1d + a9ead7b commit f10b969

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.1.3 (2026-01-05)
6+
===================
7+
8+
- Increase NR migration timeout and batch size
9+
510
26.1.2 (2026-01-05)
611
===================
712

osf/management/commands/migrate_notifications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
logger = logging.getLogger(__name__)
1616

17-
TIMEOUT_SECONDS = 3600 # 60 minutes timeout
18-
BATCH_SIZE = 1000 # Default batch size
17+
TIMEOUT_SECONDS = 36000 # 10 hours timeout
18+
BATCH_SIZE = 10000 # Default batch size
1919

2020
FREQ_MAP = {
2121
'none': 'none',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OSF",
3-
"version": "26.1.2",
3+
"version": "26.1.3",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

0 commit comments

Comments
 (0)