Guard against overlapping scheduled runs

A guard scenario sets a flag in Redis while it works: until the previous run finishes, a new one won't start.

  • Keeps runs from overlapping
  • Sets a "busy" flag in Redis
  • Clears the flag when done
  • For heavy scheduled scenarios