What are some significant differences to expect when switching to an alternative, and can that affect gaming compatibility and performance?

  • mholiv@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 hours ago

    I can see how for some people cron is more straightforward to learn, at least till you need to handle logging, checking for cron results, handling when the triggered event can’t happen that instance, ensuring only one instance of the triggered thing happens at once, adding time jitter, etc.

    Then timers are way simpler. Timers let you create robust timed events for free. With cron you need to do all that yourself.