A queue must have a fetcher defined, see. This limits the possibility to use the queue in a process where the queue entries are created individually and not fetched and created as a set.
- Make the fetcher optional for the StorageInterface.
- Throw an error if a fetcher is accessed and it is not defined.
A queue must have a fetcher defined, see. This limits the possibility to use the queue in a process where the queue entries are created individually and not fetched and created as a set.