OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
12 stars 11 forks source link

Worker: do not send input_dataclip_id if the previous output was too large #774

Closed josephjclark closed 2 months ago

josephjclark commented 2 months ago

Tracking an issue right now where:

This PR fixes it by simply not sending an input_dataclip_id if that dataclip was withheld from Lightning. I believe this is safe in lightning.

I will create an integration test against the mock and run a manual test against lightning locally

josephjclark commented 2 months ago

Nice - this ran locally with a payload of 0 (all log lines are redacted too)

image

josephjclark commented 2 months ago

Skipping the integration test - it won't tell us much against the mock, so it's not very valuable.

I'm happy with the code, unit tests and manual test