Thierry R

Results 10 comments of Thierry R

thanx for your comments @kotakanbe & @Jiab77. Indeed, the users can use that kind of workarounds even in kubernetes. ```yaml # in the deployment yaml securityContext: runAsNonRoot: true runAsUser: 27740...

Hi ! Thanks for the effort @tschaume. Unfortunatly the merge is blocked for 2 years now, is there any possible action to fix the automated test ?

Hi @GriMel, I faced this limitation too and I've found that flower holds - using the celery EventState mechanism - a LRUCache of **10000** tasks by default (c.f celery/events/state.py). In...

In the internals in fact (see celery/events/state.py), celery deals with task events (the space was reserved to hold 10K x 4 different events). When the "windowing" is done, it is...

I've set a task limit to 300k and it works well in the PRODUCTION system (10k tasks per day) BUT ... - I use a persistent file (it takes a...

@ocervell : sorry for the very long lag. I cannot send a PR for my change because the partitioning is not generic enough for every user of flower. Anyway even...

@kotakanbe : I used to face the same kind of problem and submitted a PR that you have merged : https://github.com/vulsio/goval-dictionary/pull/135 By now the offending method "NewOvalDB" does not exist...

I faced this issue too. IMHO it would be better to catch the error case in the [khiops-env](https://github.com/KhiopsML/khiops/blob/dev/packaging/linux/common/khiops-env#L71) shell script to give a feedback to the end-user ``` if [[...

My bad. As @popescu-v reminds me [the postinst script](https://github.com/KhiopsML/khiops/blob/dev/packaging/linux/debian/khiops/postinst) of the khiops package updates now well the khiops-env script file : it sets automatically the JAVA_HOME or shows a warning...

Merci pour ta réponse détaillée @marcboulle. khiops-python se fie déjà sur la précédence du `DetectFileFormat` sur `HeaderLineUsed` lorsque les 2 sont fournis pour obtenir le comportement attendu mais tu as...