carlfischerjba

Results 24 comments of carlfischerjba

I commented out the `django_dbconn_retry` app to confirm that it's actually being used. As far as i can tell, it is because the exception that occurs on the first attempt...

Thanks @mdubourg001 for adding this and @unacceptable for proposing it. Unfortunately, this isn't working for me. When I use the glci container to run a pipeline, the job runs in...

> Partially done, needs a chat with JBA about an alternative method for selecting processes to kill Haven't tested these latest changes. Need to get them running in a Jenkins...

We thought this had solved some of our problems but we've just seen the same issue. A few weeks ago, using `oasislmf==1.18.0`, we killed one of our custom gulcalc processes...

I don't have the details for the run that failed but here's the process tree for a similar run. ``` $ pstree 17320 screen───bash───batch_model_run───model_run.sh─┬─oasislmf─┬─bash─┬─7*[JBA_FLY_gulcalc───36*[{JBA_FLY_gulcalc}]] │ │ ├─ktools_monitor.───sleep │ │ ├─14*[pltcalc]...

Just seen this again. No gul_stderror.err was produced but `bash.log` contained an error and was one short of "Gulcalc worker finished" messages. ``` .../run_ktools.sh: line 77: 183212 Killed JBA_FLY_gulcalc -e...

The above comment can be ignored. Looks like that particular run had `disable_ktools_guard` set to true. Setting it to false the analysis now aborts and shows an error rather than...

This is an issue with environment variables too. `VALUES= python mytest.py` will set the corresponding arg to `['']`, overriding the default value. This is generally not what we want. If...

I don't understand that code snippet but I've been able to commit using a project token by setting the following variables. ``` GL_TOKEN: ${RELEASE_TOKEN} REPOSITORY_USERNAME: __token__ REPOSITORY_PASSWORD: ${RELEASE_TOKEN} ``` Where...

> @carlfischerjba - did this come from you originally? Can we discuss on our next call? @benhayes21 yes that was us. 1. would still be useful although we're managing without....