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

Update Notifications #69

Open
Dawsson opened this issue Jul 1, 2024 · 3 comments
Open

Update Notifications #69

Dawsson opened this issue Jul 1, 2024 · 3 comments

Comments

@Dawsson
Copy link
Member

Dawsson commented Jul 1, 2024

Feature Description

Alert the user of what plugins need to be updated

Why is this feature needed?

No way to detect which can be updated atm.

Additional Info

@MLGPenguin We need to talk about how we want to do this. I am concerned about our servers becoming flooded with requests every time a server checks. Doesn't help that 500 servers+ will be checking this once everyone updates

@kotlinsyntax
Copy link
Contributor

Some of the load could be mitigated if you cache the latest versions of plugins for about a hour?
and send all installed plugin ids in a list, eg plugin1;plugin2?

@Dawsson
Copy link
Member Author

Dawsson commented Jul 1, 2024

Hopefully I can make a "lighter" mongo aggregation query, ill try it out today in that case

@okunamayanad
Copy link

I just updated from v1.5 to v2.0.3. On v1.5, using "pluginportal update" command without specifying a name returned a list of outdated plugins but now that functionality got removed and replaced with an error message saying "No value provided for name"

v1.5
pluginportal update
[00:39:37] [Server thread/INFO]: [PP] > Listing all outdated plugins...
[00:39:37] [Server thread/INFO]: + AngelChest Free
v2.0.3
pluginportal update
[00:46:33 INFO]:  -----------------------------------------------
[FAILURE]: No value provided for name

Could this functionality be added back if server load concerns persist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants