Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data CenterClick here and leave these dusty old pages behind !

Contents

Table of Contents

...

Support for this was added first in SIL Engine™ 3.0.8 version but jobs were not made persistent - they didn't survive Jira restarts. We added this behavior in SIL Engine™ 4.0; it is a major change you requested and we felt obliged to implement. And because this mechanism is more powerful than the old services one, we replaced completely the services with this one.

...

A user interface for scheduling jobs is provided by the Power Scripts™ for Jira app; however, this handy tool is not in the scope of SIL Engine™.

Routines

The app defines just the routines that help you deal with the scheduled jobs:

...

We improved this area a lot:

  1. Starting with SIL Engine™ 4.0, the jobs are persistent and survive Jira restarts.
  2. Old services are now removed. Scheduler is the only one that provides job scheduling now. Jobs previously defined over services will be moved on scheduler.
  3. Keys of the scheduled jobs have changed, and previous rules are not in place.
  4. Jobs were made cluster-aware, and we ensure now that a job is run just once in that cluster.
  5. Jobs do not preserve uniqueness based on path+arguments anymore. You will need to re-verify that you are not re-scheduling the same job multiple times now.

...