Skip to content

Fix compute_bulk

Ihor Kyrylchuk requested to merge hotfix/fix_fn_compute_bulk into master

What's new:

  • Query "/reviews?scheme=geo&limit=250&issuers=true&maresi_subjects=true", fixing the issue spawning too much task with DbConn; Best solution for Fn 'compute_bulk' is to perform sequentially querying data cause limit is unknown (can be 5, 10 or 150, ...); The only one limitation is lambda running time (~15sec).

Merge request reports