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

[Minor Feature/Enhancement] Sig and wormhole expire after time #219

Closed
Ligraph opened this issue Jun 26, 2016 · 7 comments
Closed

[Minor Feature/Enhancement] Sig and wormhole expire after time #219

Ligraph opened this issue Jun 26, 2016 · 7 comments

Comments

@Ligraph
Copy link

Ligraph commented Jun 26, 2016

So that wormhole connections would expire after the max lifetime (36h?). Wormhole sigs as well, and any others that spawn. Just something to make managing the map a little easier.

@Bingmano
Copy link

+1 for this, my corp is full of lazy people :(

@dnolen
Copy link

dnolen commented Jul 14, 2016

Absolute want to have. I hate running into connections that have 20+ day old sigs

@cmasiah
Copy link

cmasiah commented Aug 5, 2016

+1 Exodus, we would benefit from this addition as well. Having WH sigs disappear after X amount of time and also DELETED from the map view would be great. I've logged into Pathfinder numerous times now and seen 3+ day old WHs still on the map. My corp is full of lazies.

@dudelard
Copy link

+1 need this feature, wormhole expiration specially

@dnolen
Copy link

dnolen commented Oct 13, 2016

This is a feature that I loved in tripwire and it would be awesome to see it enabled in pathfinder.

Also side now. Can you change the EOL timer from a starting value of 00:00:00 to a count down from 4 hours? Just makes it more prevalent to the time remaining rather then the time the has been marked EOL. Just my opinion though.

@exodus4d
Copy link
Owner

This issue currently in development:

I implement this in two iterations over the next releases.

1. Iteration (Connections):
  • Add new map settings option "Delete expired connections?" and make it configurable per map (default: enabled)
  • Auto delete EOL (wh) connections where eolUpdated column older 4h 15min (cronjob)
  • Auto delete (wh) connections where updated column older 36h (cronjob)

test

2. Iteration (Signatures):
  • Auto delete signatures where updated column older 36h (cronjob)

Hint

  • When connections get deleted automatically, there might be floating systems without connections.

@exodus4d exodus4d self-assigned this Oct 22, 2016
@exodus4d exodus4d added this to the v 1.1.7 milestone Oct 22, 2016
exodus4d added a commit that referenced this issue Oct 23, 2016
- new cronjob for  "delete expired connections", #219
- fixed "not updating" map changes, closed #357
- improved caching strategy for DB models (file cache)
- improved "map sharing"
@exodus4d exodus4d mentioned this issue Nov 22, 2016
@exodus4d
Copy link
Owner

New Improvement

There is now a new option (default: active) for auto-delete wormholes with a create timestamp older than 2days.

  • The default of 2days can be adjusted in pathfinder.ini, key EXPIRE_CONNECTIONS_WH
  • A new * cronjob* for cleanup runs hourly
  • Connections with other scopes (stargate, jumpbridge) are not affected by this

haw58co

@exodus4d exodus4d modified the milestones: v 1.2.3, v 1.1.7 May 12, 2017
@exodus4d exodus4d mentioned this issue Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants