-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Also log when an experiment is complete.
You currently have the following call in the worker: https://github.com/benchflow/data-analyses-scheduler/blob/dev/src/cloud/benchflow/data-analyses-scheduler/workers/analyserWorker.go#L54. This does not log the experiment completion because the check happens before the experiment is completed.
The method name is misleading because you are not even using the return value to do something, please improve the naming and the design of this part of the scheduler to perform the check and the log.