Skip to content

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
@codecov
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 376 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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@anth-volk anth-volk closed this May 16, 2025
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

3 participants