This commit is contained in:
Luis Aleixo 2022-06-24 10:29:45 +01:00
parent d8e1e19e49
commit ba2e1a07c0
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@
restartPolicy: Always
schedulerName: default-scheduler
securityContext: { }
terminationGracePeriodSeconds: 30
terminationGracePeriodSeconds: 60
strategy:
activeDeadlineSeconds: 21600
resources: { }

View file

@ -27,7 +27,7 @@ REQUIREMENTS: dict = {
'matplotlib',
'memoization',
'mistune',
'numpy',
'numpy != 1.23',
'psutil',
'python-dateutil',
'retry',