File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
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+
515Version 0.3.1
616=============
717
Original file line number Diff line number Diff line change 77services :
88 pyaleph :
99 restart : always
10- image : alephim/pyaleph-node:v0.3.1
10+ image : alephim/pyaleph-node:v0.3.2
1111 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212 ports :
1313 - " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 99services :
1010 pyaleph :
1111 restart : always
12- image : alephim/pyaleph-node:v0.3.1
12+ image : alephim/pyaleph-node:v0.3.2
1313 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414 ports :
1515 - " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: v0.3.1
296+ .. |pyaleph_version| replace:: v0.3.2
297297"""
You can’t perform that action at this time.
0 commit comments