Skip to content
Snippets Groups Projects
  • Morris Jette's avatar
    54b258ec
    Prevent backfill scheduler overriding job hold · 54b258ec
    Morris Jette authored
    The backfill scheduler will periodically release locks for other
      actions. If a job is held during the time that locks were released,
      that job might still have been scheduled by the backfill scheduler
      (i.e. it failed to check for a job with a priority of zero).
    could be a root cause for bug 1750
    54b258ec
    History
    Prevent backfill scheduler overriding job hold
    Morris Jette authored
    The backfill scheduler will periodically release locks for other
      actions. If a job is held during the time that locks were released,
      that job might still have been scheduled by the backfill scheduler
      (i.e. it failed to check for a job with a priority of zero).
    could be a root cause for bug 1750