Skip to content

Migrate tee-worker configuration to structured config #151

@mcamou

Description

@mcamou

The tee-worker configuration is currently stored as a map[string]any, which is error-prone since the map keys are not verified by the compiler and we do manual deserialization of values (in the case e.g. of strings). We should do the same thing as the tee-indexer and use go-envconfig.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions