Peter Harrison

Results 117 comments of Peter Harrison
trafficstars

We can close this now. Slow dashboard opening was fixed in #3898. We squeezed another second of optimisation in PsyNet by setting threads=1 in debug mode, but @alecpm didn't like...

Hi @jessesnyder, worked well, nice and simple. I proposed a little change where the loading of disabled routes happens in the experiment class, which provides a further avenue to customisation...

The fact that config checks for valid variable names has caused me a lot of pain in the past. It results in these back-compatibility issues such as what you are...

@jessesnyder I thought of something else that I should have realised earlier. Disabling routes like this could break dashboard functionality, since the dashboard uses these routes to get summary information....

# Notes from Wednesday 2 June meeting: ## dallinger docker deploy We want to modify the `dallinger docker deploy` command so that it (by default) does ALL of building the...

Happy for this to be an optional argument, yes! Though it does mean the default behaviour is still risky for the reasons we discussed. You could make the default a...

Is it perhaps worth breaking this into two steps: - Refactoring the existing code such that shared interfaces (i.e. methods of the same name) are used where possible across the...

I am wondering, if all of these things are implemented in the service, then maybe it's redundant to make them methods of the recruiter? Maybe they should just be accessed...

@polvanrijn has some thoughts about this too. I think that a clock process would work well, though I think the actual queries should happen in a worker process to prevent...