FileGPS 6.3.3 Release Notes
Users should be able to see the status of the schedulers running on the backend and could control the schedulers from FileGPS UI.
PCM Client upgradation.
Rest Consumer update.
Mailbox Unextracted.
Swagger new implementation.
Move the configuration from the YAML to the UI configurable.
Landing page changes.
File View search module.
Open Liberty
Internationalization changes.
Include license file in FileGPS.
Java 17 version upgrade.
File Search count limit
Angular Upgrade
FileGPS Client Registration
Starting now, there will be no cron jobs to trigger Python backend scripts. Instead, we have scheduled those backend jobs within the Python scripts itself. End-users can view the entire list of schedulers running in the FileGPS Application. They can see the last executed time, next execution time, control the scheduler timings and choose the type of scheduling.
There are two types of schedulers:
One-time schedulers: If a particular job is scheduled as a one-time scheduler, the job will run only once at the specified time.
Example: Every day at 12:00 AM.
Interval schedulers: If a particular job is scheduled as an interval scheduler, the job will run at regular intervals specified by the user.
Examples include: every 10 minutes, every 1 hour, and so on.
End-Users can pause or stop a scheduler for a specific job. Aditionally they will have visibilityinto the last executed timeand the execution time of the schedulers