You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a timeout is not specified for an environment exit action, it now has a timeout of 300 seconds or five minutes. Before this change, environment exit actions would run indefinintely. To have long-running environment exit actions, job templates can specify a large timeout value when defining the action in a job or environment template.
The dependency openjd-model-for-python updated from Pydantic V1 to V2, see its release notes for details.
Features
add ability to not log banner when running a task (#204) (e8acc8a)
Bug Fixes
use default timeout of 5 minutes for environment exits (#213) (8bf93a0)