Skip to content

Log When an Experiment is Complete #85

@VincenzoFerme

Description

@VincenzoFerme

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions