# RM Circle: ping Marty when an organisation outgrows what its apex level can collect from. # A member at depth d pays the apex on their upgrade to level d+1, only if apex.level >= d. # Depth 7 is a hard ceiling (levelIndex tops out at 6), so deeper is not a miss. # NOTE: Debian cron IGNORES CRON_TZ. Schedule in UTC. 09:15 UTC = 4:15 AM CDT. # Only speaks when the verdict changes, so a steady state stays silent. 0 */2 * * * root APEX=1154 /usr/bin/python3 /root/rmc-depth-watch.py >> /var/log/rmc-depth-watch.log 2>&1 15 9 * * * root APEX=139 /usr/bin/python3 /root/rmc-depth-watch.py >> /var/log/rmc-depth-watch.log 2>&1 20 9 * * * root APEX=137 /usr/bin/python3 /root/rmc-depth-watch.py >> /var/log/rmc-depth-watch.log 2>&1 25 9 * * * root APEX=21 /usr/bin/python3 /root/rmc-depth-watch.py >> /var/log/rmc-depth-watch.log 2>&1