Versions Compared

Key

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

...

Sometimes in web applications you may want to perform work in the background for various reasons. In IFE this is possible with the Jobs facility (System → Jobs).
First you setup a Job Profile (System → Jobs → Jobprofile bearbeiten → Jobprofil anlegen). It controls the behaviour of the jobs using that profile. Then you push an job into the queue and supply arguments for it.
Jobs will be performed in the background and retried in the case of errors depending on the profile settings.

...