File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ Version 0.3.2
6
+ =============
7
+
8
+ This release fixes a synchronisation delay issue. The pending message job blocked
9
+ while waiting for the last pending messages in the queue to be processed. This caused
10
+ a delay of several hours until the job could loop again on the pending messages collection
11
+ and start processing new pending messages. We removed the blocking synchronisation point
12
+ and now let the job pick up new pending messages while ignoring the ones that are already
13
+ being processed.
14
+
5
15
Version 0.3.1
6
16
=============
7
17
Original file line number Diff line number Diff line change 7
7
services :
8
8
pyaleph :
9
9
restart : always
10
- image : alephim/pyaleph-node:v0.3.1
10
+ image : alephim/pyaleph-node:v0.3.2
11
11
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
12
12
ports :
13
13
- " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 9
9
services :
10
10
pyaleph :
11
11
restart : always
12
- image : alephim/pyaleph-node:v0.3.1
12
+ image : alephim/pyaleph-node:v0.3.2
13
13
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
14
14
ports :
15
15
- " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 293
293
294
294
295
295
rst_epilog = """
296
- .. |pyaleph_version| replace:: v0.3.1
296
+ .. |pyaleph_version| replace:: v0.3.2
297
297
"""
You can’t perform that action at this time.
0 commit comments