From the course: Data Management with Apache NiFi

Unlock this course with a free trial

Join today to access over 23,400 courses taught by industry experts.

Configuring the Run schedule

Configuring the Run schedule

- [Instructor] In this movie, we'll see how scheduling works for a processor. Here I am logged into my PostgreSQL database. I run a SELECT count star from the cars table. Let's see how many car records we currently have. We have a total of 18 records. Let me wrote out just before this in the previous demo. Let's head back to our Apache NiFi UI. You can see that our data flow is currently stopped. I'm now going to configure the PutDatabaseRecord. I'll double click on it and I'm going to head over to the SCHEDULING tab where I can configure the scheduling options. Observe that we have two properties, concurrent tasks and run schedule. If you hover over the help text, you'll see what each of these means. This setting allows you to configure how many tasks should be run concurrently or in parallel for this processor in your data flow. It's set to one by default. Run schedule allows you to configure the amount of time that…

Contents