• Oswaldo Ferreira's avatar
    Add reactive caching worker for external services · c0d33dc6
    Oswaldo Ferreira authored
    Introduces a separated worker to handle reactive caching
    that performs external requests.
    
    This worker needs to stay in lower priority given it's
    not possible to predict how external services will perform.
    I.e. this work should not block other work with higher
    priority.
    c0d33dc6
reactive_caching_worker.rb 193 Bytes