fetch logs for an application in RStudio Connect? - r

Is there a way to pulls the jobs from the logs in RStudio Connect? I know that we can go to the application, click on each job under the logs and look for info but is there a way I can pull all the logs as an API or anything? I am trying to pull the logs, tweak them and display in another app for some users.
TIA

Related

Informatica Admin Console - Clear Started By field when reviewing execution statistics

I am using Informatica Developer 10.2. When I run a mapping or workflow, I often monitor it from the administrator console.
However, the mappings/workflows are run by a service account (not my own profile); and the admin console defaults to having my user id in the Started By field. This means I have to constantly clear this field.
Is there a means to default this to be empty?
Thanks

How to know telegram web app opened from an inline button, was closed?

I successfully open a web app using an in-line button from my Telegram bot. When the "work" is complete in the web app, it persists the data to a DB via an API call and then closes itself (the web app) using Telegram.WebApp.close(). Upon the closing of the Web app my bot then needs to automatically refresh some information shown in the private chat from where the web app was launched.
Question: How can my bot know that the web app has been closed? Or how can I send a "notification" from the web app to the bot to let it know that it should refresh the data.
Supposedly I should be using answerWebAppQuery but search as I may, I cannot find any examples of how to use this. The closest example I could find is "In our case, we need to send data via answerWebAppQuery, without any servers, using the bot API: https://api.telegram.org/${yourBotToken}/answerWebAppQuery, options.
You will need query_id from initData to send data using this approach.". I tried it and it just gives a 404 error.
I would appreciate any help or pointers to where I can find the info I need.

ERR_CERT_DATE_INVALID errors on Firebase Real Time Database

We got a weird case where some users are reporting being blocked from being able to connect to our website which has a Firebase backend.
When the users look at there dev console it firing out ERR_CERT_DATE_INVALID attached to the database point which doesn't make a lot of sense to us why the database would be having what I though is SSL error and only for some users.
I've attached the users are seeing about but haven't been able to repo the issue ourselves

Get notified a vercel build and/or deployment has completed

I am using a deploy hook from my headless CMS (prismic) to kick off a build and deploy on my vercel hosted statically rendered nextJS site. The build time is variable, and I need to run a script after a successful build/deploy, which sends an email and push notifications to my registered users that new content is available. I don't want to do it before the build has finished, otherwise the users will get server side rendered pages instead of static.
I haven't been able to find any way to receive a notification that the build finished. What are my options here?
I do see that I could create a webhook and subscribe to the deployment-ready notification. Does anyone have a working example of this they could share?
https://vercel.com/docs/api#integrations/webhooks

Diagnostics Logging for Application Insights Service in Azure

We use Azure Application Insights and Generate Alerts and also use webhooks.
We are looking for Logs of Application Insights itself for the Alert generated (This is not the application's log but the diagnostics logs about Application Insights Alert that was generated) as we want to debug details on what data was sent in the Alert's webhook and what was the url (kind of Verbose log of Application Insights).
Does anyone know where we can find that log? Will it be in AzureDiagnostics in Log Analytics any KQL for it?
Thank you
Azure Monitor Alerts currently do not produce platform diagnostics logs. I understand what you're trying do achieve but that's not currently possible.
It would be great if you file a user voice item for it here:
https://feedback.azure.com/forums/602299-azure-monitor-alert-management

Resources