Skip to content

refactor(send): removed locks from ad_mu service

Created by: balcirakpeter

Service ad_mu used locks to prevent starting after the previous run failed. It was used because the service worked with cache files which could contain wrong data, so the next run could compute incorect results. However, cached files are not used anymore, so the locks are pointless. Therefore, they were removed from the script.

Merge request reports

Loading