Jake Howard

Results 264 comments of Jake Howard

I think linking directly in to memory usage is unlikely, but I think a feature to limit the number of tasks could be helpful. There's `--batch` which implements a part...

I don't think this needs to be a cache specifically, but some kind of additional metadata on a task would be useful. Currently, running function doesn't have access to the...

Now that tasks have context (#174 ), adding scratch metadata like this is a logical next step. I agree it has a lot of uses, particularly around progress.

A very very horrible work around is to manually modify the state file and remove `seconds_until_auto_pause`, then manually tweak the minimum ACUs in the console to something other than 0....