Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dungeon instances sometimes get stuck with zero players #38

Open
4Ply opened this issue Jun 29, 2024 · 0 comments
Open

Dungeon instances sometimes get stuck with zero players #38

4Ply opened this issue Jun 29, 2024 · 0 comments
Assignees

Comments

@4Ply
Copy link
Member

4Ply commented Jun 29, 2024

db.instances.find({ activePlayers: { $gte: 1 } })
[
  {
    _id: ObjectId('6679c1c3d4679b0051c70514'),
    name: 'd097',
    ip: '10.151.0.137',
    activePlayers: 1,
    state: 'available',
    requiresRebuild: false,
    healthySince: ISODate('2024-06-28T18:59:43.288Z'),
    unhealthySince: null,
    createdAt: ISODate('2024-06-24T18:58:11.865Z'),
    updatedAt: ISODate('2024-06-29T15:24:35.171Z'),
    __v: 0,
    inUseDate: ISODate('2024-06-24T18:58:26.849Z'),
    reservedBy: null,
    reservedDate: ISODate('2024-06-29T15:19:35.104Z')
  },
  {
    _id: ObjectId('6679c1cad4679b0051c70597'),
    name: 'd098',
    ip: '10.151.0.132',
    activePlayers: 2,
    state: 'available',
    requiresRebuild: false,
    healthySince: ISODate('2024-06-28T18:47:52.639Z'),
    unhealthySince: null,
    createdAt: ISODate('2024-06-24T18:58:18.584Z'),
    updatedAt: ISODate('2024-06-29T15:23:05.789Z'),
    __v: 0,
    inUseDate: ISODate('2024-06-24T18:58:33.566Z'),
    reservedBy: null,
    reservedDate: ISODate('2024-06-29T15:18:05.563Z')
  }
]
@4Ply 4Ply converted this from a draft issue Jun 29, 2024
@4Ply 4Ply moved this to Todo in Decked Out 2 Jun 29, 2024
@4Ply 4Ply self-assigned this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant