Releases: oar-team/cigri
Releases Β· oar-team/cigri
3.2.3
- Fixed OAR_AUTO_RESUBMIT event that loses the resubmitted job
- Added a EVENTS_DELAY for OAR to record an event before Cigri considers an UNKWON_ERROR
- Fixed besteffort type not working for OAR3
- New script to help token renewal: gridtoken-renew.sh
- Fixed REMOTE_WAITING_TIMEOUT that could loose some jobs
- Added an exception handling when job submission fails to no jobs returned
- Resubmitted jobs when fixing events are resubmitted preferably on another cluster
- Added case for SEND_KILL_JOB (new in oar3)
3.2.2
- Fixed a PostgreSQL connection issues (too many ressources used due to dirty unclosed connections)
- Fixed PostgreSQL connection issues into the Updator with forked children
- Reduced error probability for 'prepared statement "stmt_id" does not exist'
- Fixed NIKITA garbage with some remotewaiting jobs not killed
3.2.1
3.2.0
- Updated to be able to run with latest ruby version (tested with ruby 3.1.2)
- Adapted to use rdbi in place of obsolete ruby-dbi DB interface
- Added OAR3 support
- Added JWT token auth support
- Finished experimental "temporal grouping" running option
- Misc fixes and enhancements
- More functional tests