Releases: HSF/iDDS
1.3.13: Merge pull request #205 from HSF/dev
fix log rotation
1.3.12: Merge pull request #203 from HSF/dev
(1) fix reload workflow conditions from json dumps strings
(2) fix deprecated setup.cfg format
(3) update stomp heartbeat from 60 seconds to 30 seconds
1.3.11: Merge pull request #201 from HSF/dev
fix alembic
alembic upgrade improvements
add functions to check unexpected items before upgrade
1.3.9: Merge pull request #197 from HSF/dev
fix alembic not upgrade correctly
(1) add alembic command.upgrade before the stamp function.
(2) add schema in alembic downgrade
1.3.8: Merge pull request #193 from HSF/dev
fix start cron jobs
1.3.7: Merge pull request #191 from HSF/dev
(1) fix log rotation
(2) clean heartbeat before starting idds: idds can automatically clean heartbeats by checking the pids during start. However, for pod in k8s, every restart will have the same pids for idds daemons. As a result, iDDS thought the daemons are still running. However in fact, they are different daemons.
1.3.6: Merge pull request #189 from HSF/dev
fix docker egi url
fix throttler
(1) fix throttler to avoid 'None' value errors.
(2) fix carrier to set number of threads correctly.
(3) update default configuration to set number of threads.
1.3.4: Merge pull request #185 from HSF/dev
fix terminating aborted jobs which doesn't finalfailed