Skip to content

fix: start only one instance of ChartManagementService scheduled job

fEmber requested to merge hk/fix-duplicate-workers into develop

What does this PR do? (Please give us a brief description of what this PR does.)

This PR fixes a bug where ChartManagementService.start() is called multiple times. This will create multiple instances of the background task, which results in duplicated database calls when the task runs every 20 minutes. I've tested this on my own instance and everything seems to work correctly.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports