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

create multiple buckets at init #145

Merged
merged 13 commits into from
Jan 30, 2025
Merged

create multiple buckets at init #145

merged 13 commits into from
Jan 30, 2025

Conversation

alex75
Copy link
Contributor

@alex75 alex75 commented Jan 8, 2025

According to https://jira.ecmwf.int/browse/COPDS-2262 , broker creates more buckets at run of init_db.
Names of the buckets are listed in a file (path in $DATA_VOLUMES_CONFIG)

@malmans2 malmans2 self-requested a review January 14, 2025 16:17
@francesconazzaro francesconazzaro merged commit 94b98f6 into main Jan 30, 2025
8 of 9 checks passed
@@ -450,6 +450,7 @@ def sync_database(self, session: sa.orm.Session) -> None:
# try to cancel the job directly on the scheduler
cancel_jobs_on_scheduler(self.client, job_ids=[request.request_uid])
kill_job_on_worker(self.client, request.request_uid)
kill_job_on_worker(self.client, request.request_uid)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this second kill on purpose?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was caused by a merge mistake but it has been fixed in the main branch. see
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants