home.social

#crontab — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #crontab, aggregated by home.social.

  1. Maintenance Proxmox & Docker : comment je suis devenu spectateur de mon infrastructure

    Découvrez comment j'ai automatisé la maintenance de mon infrastructure Proxmox et Docker. De la gestion redondante des scripts entre les nœuds au pilotage à distance de WordPress et Gitea, je vous explique comment mes clusters sont devenus autonomes et résilients, me permettant de passer de l'administration active à la simple supervision.

    blablalinux.be/2026/04/08/stra

  2. Почему я написал Ёбифай: свой планировщик для фоновых задач на Python

    Но очень быстро оказывается, что настоящая сложность не в самих задачах, а в инфраструктуре вокруг них. Сначала хочется просто запускать код в фоне. Потом появляются ретраи, таймауты, логирование, контроль выполнения. Ещё чуть позже всплывают совсем неприятные вопросы: что делать с пропущенными запусками после рестарта, как не дублировать задачи и где вообще должна жить логика планирования. В какой-то момент становится очевидно:

    habr.com/ru/articles/1018646/

    #scheduler #cron #crontab #cronjob #background_job #background_jobs #asyncio

  3. Как мы устали настраивать Crontab и сделали свой cron-manager

    В какой-то момент cron-заданий становится много, появляются сложные зависимости между скриптами, когда результат выполнение одного важен для начала работы другого. Балансировать такую историю доводится сис.админу, DevOps'у или разработчику. С этого и начинается наш рассказ.

    habr.com/ru/articles/1003006/

    #cron #crontab #cronjob #cronjob #продукт #продуктовая_разработка

  4. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  5. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  6. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  7. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  8. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  9. I recently had to do a complete wipe and re-install of my #wpsd #hamradio #hotspot.
    Most of the settings were retained by wpsd's backup/restore functions, but my #crontab had to be recreated from scratch.

    Luckily I had blogged some of it last year:
    https://blog.k3can.us/posts/2025/mar/2025-03-13_automatinganam/
    #amateurradio