Rogerio Pontual
Rogerio Pontual
Waiting for a rebase.
@stuartc this is what is pending for the draft: https://openfn.slack.com/archives/C05KZNPEJFN/p1715860844213159?thread_ts=1715856862.925589&cid=C05KZNPEJFN
Replaced by https://github.com/OpenFn/lightning/pull/2147
would add also this snippet: ``` fn(state => { return state }) ``` It's elegant but I was forgetting the syntax in the beginning once it's not exactly the same...
@stuartc, @taylordowns2000 back then when we were discussing about which partition to use for logs, I have talked about the benefits of easier records cleanup (drop expired partitions) and narrowing...
@taylordowns2000, it's confirmed that it has to do with simultaneous processing: Searching with idle Runtime:  On timeout: 
Reopening to allow extending/customizing the menu on a separate component.
@taylordowns2000 @stuartc this is need to remove duplicated code when searching for workorders and replaces on LV the use of: ``` socket.assigns.project |> Invocation.search_workorders_query(filter) |> Invocation.exclude_wiped_dataclips() |> Lightning.Repo.all() |> WorkOrders.retry_many(job_id,...
@theroinaochieng, @stuartc cc @taylordowns2000 @josephjclark as requested I have investigated what else we could for this issue on Lightning. I have done an experiment setting this on the RuntimeManager: and...
> @jyeshe payload sizes in the worker are approximated (and probably not well). I wouldn't be at all surprised if marginal differences produce unexpected behaviour - and I'm not too...