Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

fix: update activeReports before checking changes#39

Draft
sleidig wants to merge 1 commit into
mainfrom
fix-active-report-monitoring
Draft

fix: update activeReports before checking changes#39
sleidig wants to merge 1 commit into
mainfrom
fix-active-report-monitoring

Conversation

@sleidig

@sleidig sleidig commented Feb 28, 2024

Copy link
Copy Markdown
Member
  • still to be tested in full environment (with couchdb)

@sleidig sleidig force-pushed the fix-active-report-monitoring branch from cfbd64f to 1a0c4db Compare February 28, 2024 10:33
Comment on lines +110 to +113
switchMap((change: DocChangeDetails) =>
// await an update of monitors for currently active reports
from(this.updateReportMonitors()).pipe(map(() => change)),
),

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We could also do a deeper refactoring and remove the ChangeDetector instances completely. But the underlying bug should be fixed ASAP, so I kept that as is for now.

@sleidig sleidig requested a review from tomwwinter February 28, 2024 15:40
@sleidig sleidig added the Status: Core Team Priority Prioritized tasks that will be handled by the core team. (Community volunteers, please do not pick) label Feb 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Status: Core Team Priority Prioritized tasks that will be handled by the core team. (Community volunteers, please do not pick)

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant