Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug fixes for worker and server #1041

Merged
merged 1 commit into from
May 17, 2024

Conversation

sambles
Copy link
Contributor

@sambles sambles commented May 16, 2024

Minor bug fixes for worker and server

  • Fixed Scaling configuration validation error (Server 500) when model is missing its default ModelScalingOptions object
  • Fixed missing filestore arg in call to prepare_complex_model_file_inputs( .. )

@sambles sambles self-assigned this May 16, 2024
@sambles sambles changed the title Fix missing filestore arg in complex model file prep Minor bug fixes for worker and server May 16, 2024
@sambles sambles merged commit 3763ecf into main May 17, 2024
50 checks passed
@sambles sambles deleted the fix/scaling-config__prep-complex-files branch May 17, 2024 08:39
@sambles sambles mentioned this pull request May 17, 2024
2 tasks
@awsbuild awsbuild added this to the 2.3.5 milestone May 30, 2024
sambles added a commit that referenced this pull request May 30, 2024
* Fix missing filestore arg in complex model file prep (#1041)

* Fixed missing call to param update method - V1 Workers (#1045)

* Add missing calls to method param func, this checks and aligns any deprecated param names

* Fix unit test

* Azure Postgres Flexible server support    (#1040)

* Update keycloak to mount in cert from KeyVault

* Test chart install - minikube without azure values

* Fix running V2 workers with custom OED specification files (#1051)

* fix "oed_schema_info" getting removed from task params

* Pass oed_custom_spec into OedExposure load

* pep

* Updated Package Requirements: pymysql==1.1.1

---------

Co-authored-by: awsbuild <awsbuild@oasislmf.org>

* Set Test version 2.3.5rc2

* Fix unittest (#1055)

* tAdd stable/2.3.x to compatibility checks and fixed V2 worker monitor issue (#1054)

* Add last stable 2.3.x image to compatibility checks

* Fix failed jobs

* f

* Add check for raw_output_locations in worker result

* Updated Package Requirements aiohttp==3.9.4

* Set scan external to manual trigger only (#1058)

* Set version 2.3.5 (#1060)

Co-authored-by: awsbuild <awsbuild@oasislmf.org>

* Set version 2.3.5

* Update changelog

---------

Co-authored-by: awsbuild <awsbuild@oasislmf.org>
@awsbuild awsbuild modified the milestones: 2.3.5, 2.4.0 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

500 server error when post'ing to scaling_configuration Missing argument in V1 call to complex model files
2 participants