FileGPS 6.3.3 Release Notes 

Features and Enhancements

  1. Users should be able to see the status of the schedulers running on the backend and could control the schedulers from FileGPS UI.

  2. PCM Client upgradation.

  3. Rest Consumer update.

  4. Mailbox Unextracted.

  5. Swagger new implementation.

  6. Move the configuration from the YAML to the UI configurable.

  7. Landing page changes.

  8. File View search module.

  9. Open Liberty

  10. Internationalization changes.

  11. Include license file in FileGPS.

  12. Java 17 version upgrade.

  13. File Search count limit

  14. Angular Upgrade

  15. FileGPS Client Registration

Schedulers:

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