CarLogBook Monitoring

CarLogBook Monitoring

·

2 min read

Help my app is not working...

As soon as the app has been made multi-user capable thanks to Oracle VPD, the first messages come in, somehow the app works, but it doesn't do what I want ;-)

So monitoring is needed: What are the causes? Is it due to the accessibility of the Kia/Hyundai vehicle or their services or is it due to the Oracle Cloud?

In the beginning, the Appuser scheduler jobs were strictly parallel, and indeed there was some tension between the parallel requirements.

First I made the Http Server multiuser capable, then increased the timeouts... and then moved the jobs....

I have to admit that that was probably a bit too much of a good thing. It would have been enough to simply set the scheduler job incompatibilities and the load issue would be as good as off the table. But sometimes it also happens in a 2-user environment that there are parallel, unplanned user queries. Nobody wants to wait then... that's why the incompatibility is only set up for a few special cases.

The CARe app as it is now called has now also got a sister app:

CARe Monitoring..

Above: Which jobs have which status

Below: Left: CarCommunication Problems (Status 0 = OK, 1 = NOK) Right: Internal Communication Problems (Status 0 = OK, 1 = NOK)

All about:
Autonomous CarLogBook with Oracle Apex on OCI (Part 1) (hashnode.dev)