Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Schedule icon

Name

DescriptionImage Removed

Image Added

(never run)

This task has not been executed yet.Image Removed

Image Added

Schedule running

This task is currently running.Image Removed

Image Added

Last run successful

The tasks was last executed successfully.Image Removed

Image Added

Last run failed

This task ran unsuccessfully.Image Removed

Image Added

Schedule paused

This task was paused while it was running, and therefore is not incomplete.Image Removed

Image Added

Schedule paused, last run successful

This task last run successfully, but has been paused, and will therefore not run according to its schedule.

...

When finished, click the Save button to commit your changes.

Image Modified

Anchor
viewhistory
viewhistory

...

  1. Access the Yellowfin/appserver/webapps/ROOT/WEB-INF directory.

  2. Open the web.xml file.


  3. Scroll to the section on Task Scheduler. This is what it looks like in the file.

  4. Uncomment the init-param tags from this section.

  5. You can then edit the default number of tasks that can be executed concurrently, by changing the value of the TaskSchedulerThreads parameter, and the maximum number of tasks that can be added to the queue at a time, by updating the value of the TaskSchedulerMaxThreadQueue parameter.

  6. Save the file. Your queue and thread limits will be updated accordingly.

...