Skip to content

Add a new file workerManager.py for issue #1859 and its changelog #2129

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

irisbian504
Copy link
Collaborator

Fixes #1859
This workerManager.py is a class that using Redis queue and google-cloud-logging to house the workers
It records the id of the simulation runs
It contains a method that will cancel a run when passing in the id

- Updated changelog_entry.yaml to the right formate
- reformated workerManager.py
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.02%. Comparing base (2769b04) to head (50d92c6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2129   +/-   ##
=======================================
  Coverage   75.02%   75.02%           
=======================================
  Files          70       70           
  Lines        2803     2803           
  Branches      305      305           
=======================================
  Hits         2103     2103           
  Misses        637      637           
  Partials       63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it 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.

Add method to manually cancel a simulation run
1 participant