Skip to content

Move inject-a-key-into-a-value-using-a-key-path to event-loop steps #488

@gterzian

Description

@gterzian

inject-a-key-into-a-value-using-a-key-path is called from store a record into an object store , itself scheduled as part of asynchronously execute a request, which runs the operation in-parallel. But, injecting a key into a value manipulates script objects, and so it cannot run in-parallel, instead the key should be injected when the request has been processed, by way of a queued task back on the event-loop.

It's also not clear if the key injection should be reverted if the transaction containing the request is aborted.

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