• antirez's avatar
    Sentinel: scripts execution engine improved. · 3f194a9d
    antirez authored
    We no longer use a vanilla fork+execve but take a queue of jobs of
    scripts to execute, with retry on error, timeouts, and so forth.
    
    Currently this is used only for notifications but soon the ability to
    also call clients reconfiguration scripts will be added.
    3f194a9d
sentinel.c 105 KB