Closed kkadu closed 1 year ago
I have a project where we have around 4k+ dossiers but when I run list_dossiers(connection=conn, project_id=xxx), I am getting different outputs using len(list_dossiers(connection=conn, project_id=xxx)) in each iteration.
list_dossiers(connection=conn, project_id=xxx)
len(list_dossiers(connection=conn, project_id=xxx))
Hi @kkadu, fix for this issue will be available with 11.3.11.101 release (2023/09/28).
@kkadu 11.3.11.101 release is already available.
I have a project where we have around 4k+ dossiers but when I run
list_dossiers(connection=conn, project_id=xxx)
, I am getting different outputs usinglen(list_dossiers(connection=conn, project_id=xxx))
in each iteration.