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

resolve scheduler loop error (SYN-7132) #4058

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

OCBender
Copy link
Contributor

@OCBender OCBender commented Jan 8, 2025

No description provided.

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 76.92308% with 9 lines in your changes missing coverage. Please review.

Project coverage is 96.39%. Comparing base (162dfd5) to head (aa65d92).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
synapse/lib/agenda.py 76.92% 6 Missing ⚠️
synapse/cortex.py 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4058      +/-   ##
==========================================
- Coverage   96.48%   96.39%   -0.09%     
==========================================
  Files         256      256              
  Lines       59645    59682      +37     
==========================================
- Hits        57547    57531      -16     
- Misses       2098     2151      +53     
Flag Coverage Δ
linux 96.39% <76.92%> (-0.02%) ⬇️
linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -707,7 +708,20 @@ async def clearRunningStatus(self):
for appt in list(self.appts.values()):
if appt.isrunning:
logger.debug(f'Clearing the isrunning flag for {appt.iden}')
await self.core.addCronEdits(appt.iden, {'isrunning': False})
edits = {
Copy link
Contributor

Choose a reason for hiding this comment

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

This edits update definitely seems like the key 👍

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.

2 participants