Skip to content

Conversation

@tillrohrmann
Copy link
Contributor

The vqueue items table is intended to store the payload of a vqueue item (e.g. the invocation or the state mutation). The item is stored when it is being enqueued into the vqueue and removed once the vqueue item ends. The payload can be accessed by the tuple (qid, created_at, kind, entry_id). The creation timestamp is part of the key in order to establish the insertion order into the given vqueue.

The vqueue items table is intended to store the payload of a vqueue item (e.g.
the invocation or the state mutation). The item is stored when it is being enqueued
into the vqueue and removed once the vqueue item ends. The payload can be accessed
by the tuple (qid, created_at, kind, entry_id). The creation timestamp is part of
the key in order to establish the insertion order into the given vqueue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant