What's Changed
- Added stop functionalities: max token execution time; max total runtime; max number of tasks, max scrub count
- Option to automatically resubmit tokens after failure (up to max scrub count)
- Allow user to specify desired state of token that remain locked (resubmit, failed, etc.)
- Store SLURM and DIRAC jobID in token
- More robust parsing of processing commands to fix errors with nested scripts
- Convert from setuptools to poetry; use pyproject.toml instead of setup.py
- Fix SSLEOFerror when token cannot be saved to DB
New Contributors
Full Changelog: 0.3.0...1.0.0
What's Changed
- Logo by @lnauta in #15
- Minor changes to avoid flake8 errors by @hailihu in #18
- SPD-410: stop functionality by @lnauta in #16
- SPD-409 fixes by @hailihu in #23
- SPD-408 Add jobid by @hailihu in #22
- Fix token exception error by @hailihu in #25
- SPD-409 Scrubbing added by @lnauta in #17
- Update processing to be more general by @lnauta in #26
- Fix unit tests by @hailihu in #27
- Convert setuptools2poetry by @hailihu in #29
- Minor fixes by @hailihu in #32
New Contributors
Full Changelog: 0.3.0...1.0.0