Christian Stefanescu

Results 54 comments of Christian Stefanescu

Perhaps as a first step we could check out how far we would get by using a library like https://pypi.org/project/schwifty/

@Okssana what would greatly help here is a list of IBANs to test with, in either text or document form (PDFs, images). Would you be able to add some to...

Hi @josegomezr and thanks for your PR. First of all I want to apologize for the late reply and thank you for a very interesting addition. I'm fine with the...

I explained how to fix this in https://github.com/alephdata/aleph/issues/4002#issuecomment-2612973386. Proper documentation fix in https://github.com/alephdata/aleph/pull/4108.

@TheApeMachine is there anything we can do to help your effort here?

SQL query hint: ``` select group_id, member_id, count(*) from role_membership group by group_id, member_id having count(*) > 1 ``` It looks like a UNIQUE constraint on `(group_id, member_id)` would avoid...

Hi @TheApeMachine , we are thankful for you working on this! As a hint: we are working on the `4.0.0` release of `aleph` which changes the task queuing system from...

I'm OK with that but: `Base branch was modified. Review and try the merge again.`

Hey @lyz-code , thanks for reporting this. Are you overriding the `WORKER_THREADS` environment variable by any chance? It [defaults](https://github.com/alephdata/servicelayer/blob/b657e3b4039e13158d80d653bdeb394a47be8ae1/servicelayer/settings.py#L17) to the CPU core count. Would you be able to set...

Thanks for confirming this @lyz-code . I mentioned this workaround because setting worker_threads to 0 allows scaling the number of processes. Would that be an option for you? I'm not...