Documentation Index
Fetch the complete documentation index at: https://flatfileinc-docs-update-8de3b114-e6aa-4417-a753-2ecef733a0d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What the hell is a Job Part?
A Job can be split up into multiple parts depending on the intended functionality. This can help spread out large data sets or long tasks across many separate listeners. When a job is split up into parts, the original part is considered the “parent” part and it’s children are considered “parts”. Each Part is considered it’s own separate Job and has the full ecosystem of events attached to it. When all Job Parts have been completed, a new eventjob:parts-completed is emitted, so that you can listen for that event to
complete the Parent Job. This event has a payload that has summary statistics
about the parts.
job:parts-completed event: