-
Notifications
You must be signed in to change notification settings - Fork 1
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
Geolocation queries should be cached #1
Comments
This is done in c20e8ab I am currently trying to figure out why https://musicode.mupif.org/safe-api/scheduler-status2/ is so slow In schedulerInfo method there is
|
Filtering of executions by status is done in |
This commit to mupif@Musicode disables fetching logs mupif/mupif@ff335e4 (@stanislavsulc sorry I have no time to really sync that with the container; apologies for the extra merge into Musicode — can you take care of that?) |
The jobman logs are shown in monitor (jobman statistics, jobman tree allows
to show logs of running models). This need to be tested if not breaking the
app.
Borek
…On Mon, 21 Oct 2024, 06:33 eudoxos, ***@***.***> wrote:
This commit to ***@***.*** disables fetching logs ***@***.***
<mupif/mupif@ff335e4>
***@***.*** <https://github.com/stanislavsulc> sorry I have no time
to really sync that with the container; apologies for the extra merge into
Musicode — can you take care of that?)
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHV23VXW7VERJPIBGUVOA3Z4R7ZVAVCNFSM6AAAAABQH23FTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGU3DEMBZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Geolocation is queried remotely after every update of VPN status (every few seconds), for each client; this should be cached (with infinite TTL). It also causes the markers to briefly disappear and appear one after another during the refresh.
mupif-monitor/src/stores/vpnStat.js
Lines 44 to 56 in f76b34b
The text was updated successfully, but these errors were encountered: