Rogerio Pontual

Results 19 comments of Rogerio Pontual

@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: ![loading](https://github.com/OpenFn/lightning/assets/44991200/fdd992e1-421b-4df4-bc47-cee068682c5a) On timeout: ![loading-error](https://github.com/OpenFn/lightning/assets/44991200/9281e2fd-7fef-4988-ba89-ee3738f096b0)

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...