smartassert / results

MIT License
0 stars 0 forks source link

Collect missing events #123

Open webignition opened 1 year ago

webignition commented 1 year ago

job/ended event is received with sequence_number 10. Only 7 events have been received for the relevant job. From these we can figure out the sequence numbers of the missing events and request these from the worker.

Will need:

webignition commented 1 year ago

Event collection might also be requested externally, most likely by the job coordinator.

The job coordinator has the ability to determine when the results state is sufficiently out of sync with the worker state and can then request that the results service retrieve events from the worker.