Skip to content

v1.11.0

Choose a tag to compare

@teo teo released this 23 May 09:25
· 348 commits to master since this release

This release adds support for pushing run information to a new Kafka topic, aliecs.run. It also adds a distinction between start of SOR, end of SOR, start of EOR, and end of EOR (respectively SOSOR, EOSOR, SOEOR, EOEOR), and ensures the lifetime of these values is consistent both within the core and when pushed to controlled tasks. Furthermore, it fixes an issue which prevented FairMQ devices from quitting cleanly from their ERROR state.

  • aliecs.run topic and timestamps:

    • [core] Emit run SOSOR/EOSOR/SOEOR/EOEOR events to aliecs.run topic
    • [core] Ensure SOEOR/EOEOR events are pushed in case of kill
    • [core] Push run_end_time_ms at EOR both camelCase and snake_case
    • [core] Clear all old run timestamps on SOSOR
    • [core] Clarify timestamp variables naming
  • FairMQ devices behaviour:

    • OCTRL-888 [occ] If we see FairMQ's ERROR state, we should exit