Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Add deadlines to message queue entries #5106

Merged
merged 5 commits into from
Feb 27, 2020
Merged

Add deadlines to message queue entries #5106

merged 5 commits into from
Feb 27, 2020

Commits on Feb 26, 2020

  1. Add deadlines to message queue entries

    Adds a deadline field to the the database model QueuedMessage. Extends
    message queue logic to discard messages which are past their deadline.
    When putting new messages to the queue an optional timeout parameter
    can be specified. A message's deadline is derived from this timeout.
    
    This change also adds a timeout for ResourceHandshakeStart and
    WantToComputeTask messages.
    kmazurek committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7b77933 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    kmazurek committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f30d1be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b413d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    9f42f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2818203 View commit details
    Browse the repository at this point in the history