Multiple servers being created when hangfire job runs

We have a hangfire job that runs every morning. Today we just realized that it ran multiple times. When we check the Server table in sql, there is multiple servers being created / deleted

  • The same job is running multiple times so we think its because of the multiple servers.
  • we do not have this in dev / uat and we only have 1 server there:

Note: the multiple server creation is only happening in production. DEV still has only one server created and its working as expected

1 Like