# Hangfire Job starts multiple times

**URL:** https://discuss.hangfire.io/t/hangfire-job-starts-multiple-times/1466
**Category:** bug?
**Created:** [October 24, 2015, 5:14pm UTC](https://discuss.hangfire.io/t/hangfire-job-starts-multiple-times/1466 "2015-10-24T17:14:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![puneet\_warikoo](https://avatars.discourse-cdn.com/v4/letter/p/eb9ed0/32.png) [@puneet\_warikoo](https://discuss.hangfire.io/u/puneet_warikoo)
#### Post date: [October 24, 2015, 5:14pm UTC](https://discuss.hangfire.io/t/hangfire-job-starts-multiple-times/1466/1 "2015-10-24T17:14:53Z")

</div>

I have a job that I created to test out the Hangfire for my production site.  
A simple code that does take a list of VSO instances. Does some processing to generate reports and generated a mail to send to the admins of VSO.

As a simple POC i did add the call to the method but dont know why but the job always runs 20 times.  
Each time there are no error but it just restarts. I tried having Invisibility Timeout, Disabling retries but still no luck.

And to mys surprise all of them are having same Id. See below. Can you please suggest a resolution. I would live to have this POC completed so that i can persuade the people to use this on production

Note: All the Tasks in my Job are Threaded and Parallel.

 ![](https://europe1.discourse-cdn.com/flex017/uploads/hangfire/original/1X/d9966b91e2bda36adf9ae95d819d23c64516a4c2.png)

Note: I am using SQLite as Data Source

---

<div class="post-metadata">

### Author: ![pmcfernandes](https://avatars.discourse-cdn.com/v4/letter/p/f19dbf/32.png) [@pmcfernandes](https://discuss.hangfire.io/u/pmcfernandes)
#### Post date: [August 30, 2017, 1:46pm UTC](https://discuss.hangfire.io/t/hangfire-job-starts-multiple-times/1466/2 "2017-08-30T13:46:14Z")

</div>

Hi

Yes, same thing with me. Using SQLite too. Any fix for this?

**Note:** Is a issue in SQLite version. I tested in Hangfire.SqlServer with same code, same project just changed connectionstring and works.
