So today I discovered that there’s a cron job that holds non-reproducible state that died, and now our system is fucked.

The cron job doesn’t live inside any source control. This morning it entered a terminal state, and because it overwrites its state there’s no way to revert it.

I’m currently waiting for the database rollback and have rewritten it in a reproducible/idempotent way.

  • whats_all_this_then@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    4 days ago

    The “here’s how you keep doing this poorly but more efficiently” energy on display here is a refreshing change of pace from the usual “here’s how you do this correctly” crap peddled by normies (including me). You have my respect.