Skip to content

Duplicated removal from queue in the Event Processing Model #4888

Closed
@mfreed7

Description

I could definitely be missing something, but in the Event Processing Model, step 2 says:

  1. Let oldestTask be the first runnable task in taskQueue, and remove it from taskQueue.

and step 7 says:

  1. Remove oldestTask from its task queue.

There aren't any early-outs between 2 and 7, so my guess is that step 7 can just be deleted?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions