> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/copystorm-director/frequently-asked-questions/help-copystorm-director-is-starting-multiple-copystorm-jobs-at-the-same-time.md).

# Help! CopyStorm/Director is starting multiple CopyStorm jobs at the same time!

If you’ve seen the following behavior with CopyStorm/Director:

![](https://4094748065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762n2rpeqXwJ3ygR1d80%2Fuploads%2Fgit-blob-2a09a24a7a365dc94ca3f6f24ebc345525b8fa07%2F49c46894-director_dup_jobs.png?alt=media)

Screenshot: Duplicate CopyStorm jobs in CopyStorm/Director

Please review your *Windows Task Scheduler* configuration for `CopyStormJobRunner.bat`. Ensure that:

* Exactly *one* Task is configured to launch `CopyStormJobRunner.bat`
* In the *Settings* of the Task Declaration
  * “If the task is already running, then the following rule applies:” is set to “**Do not start a new instance**“

## Example Configuration

The following screenshots provide an example configuration that will run the `CopyStormJobRunner.bat` script every 10 minutes, starting at 20:00, every day.

![](https://4094748065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762n2rpeqXwJ3ygR1d80%2Fuploads%2Fgit-blob-e4fe94030553120dc845732de6ffa3f9e5db1834%2Ffcdd01bc-task_scheduler_trigger_example.png?alt=media)

Screenshot: CopyStormJobRunner *Triggers* Example

![](https://4094748065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762n2rpeqXwJ3ygR1d80%2Fuploads%2Fgit-blob-65ffa09b349204845b4ba3a3f1f806ca51abb486%2Ff6c13ed3-task_scheduler_settings_example.png?alt=media)

Screenshot: CopyStormJobRunner *Settings* Example

## Help! My Windows Task Scheduler is configured properly, but there are still multiple jobs running at the same time

If you’ve ensured that the Windows Task declaration is configured correctly, and you’re still seeing CopyStorm/Director launch multiple jobs at the same time, please review the *History* for the Task.

In practice, we’ve seen Windows Task Scheduler run a task multiple times at the configured trigger time – even with the **“Do not start a new instance”** task rule applied.

Your *History* tab may look something like this:

![](https://4094748065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762n2rpeqXwJ3ygR1d80%2Fuploads%2Fgit-blob-3f619ea0dda93c1d181b9bd2108a1c25efc7eacb%2Fd43b0999-task_scheduler_history_example.png?alt=media)

Screenshot: CopyStormJobRunner *History* Example

In the screenshot above, you can see multiple *Action Started* Task Categories at the 04:00:04 timestamp – meaning that multiple instances of `CopyStormJobRunner.bat` are running concurrently.

[This is a known bug in certain versions of Windows Server.](https://support.microsoft.com/en-us/topic/the-task-scheduler-service-runs-the-same-job-two-times-in-windows-server-2008-in-windows-vista-in-windows-7-or-in-windows-server-2008-r2-148b00e9-5e08-2e85-c2ab-df7c1088872f)

## Solution

1. **Disable**the current CopyStormJobRunner Windows Task.
2. **Create**a new CopyStormJobRunner Task with the same configuration as the previous Task.
3. **Monitor** the *History* for the newly created task – ensure that you see **exactly one** *Action Started* Task Category at the expected execution time.

Please contact <support@capstorm.com> immediately if you notice further issues after following these steps.
