Skip to content

feat: Add cache to manager for ids #283

@Art3miX

Description

@Art3miX

When we instantiate a new program, we reserve an id, this causes an issue when instantiation fails, this id cannot be used anymore.

One way to solve this is by caching the last used id, and delete it if instantiation was successful, this will allow us to read from cache (can be a simple file) and check if we can save a program into this id (check its the id of the manager in use).

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