• Andrew Newdigate's avatar
    Attribute Sidekiq workers according to their workloads · 87fa73c5
    Andrew Newdigate authored
    These workload attributes include:
    
    1. Are jobs for this worker latency sensitve?
    1. Does the worker rely on external dependencies?
    1. What resource boundary is the worker limited by? This can be either
       cpu or memory.
    
    These attributes are non-mandatory, but in future, SLOS for workers will
    be determined by these attributes, and therefore, if a job has specific
    latency requirements, they should be configured through these
    attributes.
    87fa73c5
worker_attributes.rb 2.96 KB