David Sutherland

Results 188 comments of David Sutherland

Maybe they shouldn't be released to the active pool? Because that's the trigger for n=0 task creation/assignment.

Well, they (the tasks) been spawned (I assume) into the active pool.. Remind me, where to tasks that are spawned but have unmet prerequisites sit? (which pool?) Can't quite recall...

> For the datastore to find n=1, could we not just do this: > > * edge-follow from n=0 (as now, but excluding these tasks as discussed) > * _and_...

> [@dwsutherland](https://github.com/dwsutherland) does this have anything to do with the TZ issue you've been helping a NIWA user with? I think it might be related, because if you don't specify...

> [@dwsutherland](https://github.com/dwsutherland) does this have anything to do with the TZ issue you've been helping a NIWA user with? Also, we probably need an issue up for this.. As the...

But I guess what Tim is describing is the workflow recording event times in local time, but job submission is still UTC? Or is it the adjustment of local time...

Just to put the "nail in the coffin" WRT whether it's the data-store, I bypassed all window creation, add/remove, deltas, and updates (all but creation essentially): ``` diff --git a/cylc/flow/data_store_mgr.py...

> It looks like Pympler has identified some form of memory accumulation, but can't work out what to associate it with? Wow yeah, promising though.. do they share the same...

> We should be able to add the HTTPS comms method to the existing test battery. I've had a crack at the config here but haven't tried it out yet:...

> I think the clock trigger is unnecessary, to reproduce this @dwsutherland ? Yes, mentioned that