How can I limit the amount of processed rows in a job?
I know that I can limit the amount of incoming data from the database using LIMIT in the SQL query, but I was thinking if there is a way to set a limit on the amount of successfully processed rows that the job completes?