diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-07-11 18:20:23 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-12 15:49:32 +0200 |
commit | 248ec5dafada74c829dbe197888166c5807e22e2 (patch) | |
tree | 47e9d3c805faab92c04eba107283fbbeaef615fe /old-docs | |
parent | 909893eb96838441b64272a649764367dfd69557 (diff) |
afb-evt: send events in separate job
Sending events in the context of the calling process
had the consequence that the ordering of the messages
had to be removed (see SPEC-2215 & SPEC-2219). This
was not good by nature and lead to issues SPEC-2542
and SPEC-2599.
Sending events in the context of the calling process
also implies to delay the calling process.
For this reasons, sending events is now done in an
other jobs. For that reason, the count of allowed
pending jobs is increased to 100 (was 50).
Bug-AGL: SPEC-2215
Bug-AGL: SPEC-2219
Bug-AGL: SPEC-2542
Bug-AGL: SPEC-2599
Change-Id: I5b56d952cc187b65ad6eb9344ad74e5e8d3b7540
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'old-docs')
0 files changed, 0 insertions, 0 deletions