Skip to content

Commit

Permalink
FIX: Fix typo in attribute name
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Feb 5, 2025
1 parent 28f1984 commit 12d5450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/event_handler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _dispatch_question_as_kueue_job(event, attributes):

resources = {
"requests": {
"cpu": attributes.get("resources_cpu", os.environ["QUESTION_DEFAULT_CPUS"]),
"cpus": attributes.get("resources_cpu", os.environ["QUESTION_DEFAULT_CPUS"]),
"memory": attributes.get("resource_memory", os.environ["QUESTION_DEFAULT_MEMORY"]),
"ephemeral_storage": attributes.get("ephemeral_storage", os.environ["QUESTION_DEFAULT_EPHEMERAL_STORAGE"]),
}
Expand Down

0 comments on commit 12d5450

Please sign in to comment.