Greetings fellow prefectionists,
What would be the best approach for a job that polls for the first 100 new records in a database, processes them, then polls for the next 100 new records, and so on? Create a new run of the Prefect flow for each poll? Using Automations to trigger the same flow upon completion of the current flow, causes the local Python process to eventually crash because all RAM has been consumed.