Add dedupeBatch: collapse outbound calls per target
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ data Request = Request
|
||||
{ requestTime :: !UTCTime
|
||||
, requestTimeZone :: !TimeZone
|
||||
, requestTraceId :: !UUID
|
||||
} deriving Show
|
||||
} deriving (Show, Eq)
|
||||
|
||||
-- | The set of entity ids an arrow subscribes to. Static: it does not
|
||||
-- change as the machine steps, so the runtime can read it once to build
|
||||
|
||||
Reference in New Issue
Block a user