home.social

#scheduler — Public Fediverse posts

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

  1. Eep.

    The #constraintprogramming #radar #scheduler I've been working on is going fine.

    My boss wants me to brief the #operations group on it this week.

    However, I now see the invite has been forwarded around so that now it's Operations + 7 people at my boss's level (from two groups) and 1 person a level above them.

    So I have to give a talk that addresses all those interests plus now I have stratospheric scrutiny. Well, cumulo-nimbus anyway.

    If you want to NOT have a scheduler because I've been paralyzed with fear, this is the way to do it.

  2. Eep.

    The #constraintprogramming #radar #scheduler I've been working on is going fine.

    My boss wants me to brief the #operations group on it this week.

    However, I now see the invite has been forwarded around so that now it's Operations + 7 people at my boss's level (from two groups) and 1 person a level above them.

    So I have to give a talk that addresses all those interests plus now I have stratospheric scrutiny. Well, cumulo-nimbus anyway.

    If you want to NOT have a scheduler because I've been paralyzed with fear, this is the way to do it.

  3. Eep.

    The #constraintprogramming #radar #scheduler I've been working on is going fine.

    My boss wants me to brief the #operations group on it this week.

    However, I now see the invite has been forwarded around so that now it's Operations + 7 people at my boss's level (from two groups) and 1 person a level above them.

    So I have to give a talk that addresses all those interests plus now I have stratospheric scrutiny. Well, cumulo-nimbus anyway.

    If you want to NOT have a scheduler because I've been paralyzed with fear, this is the way to do it.

  4. Eep.

    The I've been working on is going fine.

    My boss wants me to brief the group on it this week.

    However, I now see the invite has been forwarded around so that now it's Operations + 7 people at my boss's level (from two groups) and 1 person a level above them.

    So I have to give a talk that addresses all those interests plus now I have stratospheric scrutiny. Well, cumulo-nimbus anyway.

    If you want to NOT have a scheduler because I've been paralyzed with fear, this is the way to do it.

  5. Eep.

    The #constraintprogramming #radar #scheduler I've been working on is going fine.

    My boss wants me to brief the #operations group on it this week.

    However, I now see the invite has been forwarded around so that now it's Operations + 7 people at my boss's level (from two groups) and 1 person a level above them.

    So I have to give a talk that addresses all those interests plus now I have stratospheric scrutiny. Well, cumulo-nimbus anyway.

    If you want to NOT have a scheduler because I've been paralyzed with fear, this is the way to do it.

  6. Master real-time scheduling with SCHED_DEADLINE via chrt: set runtime 10ms, deadline 50ms, period 50ms. Based on Earliest Deadline First, kernel guarantees CPU time per period. Works on kernel 5.x+. #linux #scheduler #ValtersIT

    valtersit.com/vault/schedsetat

  7. A small but telling change is queued for the Linux 7.2 merge window: Tejun Heo moved the sched_ext source out of a single ext.c file into a new kernel/sched/ext/ directory, following feedback from Linus Torvalds. sched_ext is the extensible scheduler that lets kernel developers and researchers write scheduling policies in BPF. Does reorganizing a subsystem's source layout meaningfully change who contributes to it?
    #LinuxKernel #scheduler

  8. Then beginning global #roll #call as much as she can. I might just post a couple of times a day through #scheduler & get #hands-free & keep adding #reports to scheduler for different #countries & different #states. I've already done a lot.
    End #homelessness. Get self-respect. You don't even know.🔦🔦🔦

  9. I want the same #gaming #performance as #CachyOS but I stay on #Arch. CachyOS is basically Arch with preconfigured tweaks. I build the same setup myself, so I know what every single #screw does and why it is there. No #ballast I do not understand, full #control. If something breaks, I know exactly where to look.

    My #plan:

    1. #CachyOS #repo and #BORE #kernel
    2. #sysctl tweaks
    3. #udev #scheduler rules
    4. #amdpstate, preferred core
    5. split lock off
    6. #ananicy
    7. #gamemode
    8. #GEProton
    9. #mesagit
    10. #RADV transfer queue
    11. #GPU performance level
    12. #EXPO in the #BIOS

    Funny detail: the #CachyOS #wiki itself has a #guide for Arch users who do not want to switch but want full control.

    wiki.cachyos.org/features/opti

    What do you think?

    #LinuxGaming #FOSS #Gaming #Freedom

  10. I want the same #gaming #performance as #CachyOS but I stay on #Arch. CachyOS is basically Arch with preconfigured tweaks. I build the same setup myself, so I know what every single #screw does and why it is there. No #ballast I do not understand, full #control. If something breaks, I know exactly where to look.

    My #plan:

    1. #CachyOS #repo and #BORE #kernel
    2. #sysctl tweaks
    3. #udev #scheduler rules
    4. #amdpstate, preferred core
    5. split lock off
    6. #ananicy
    7. #gamemode
    8. #GEProton
    9. #mesagit
    10. #RADV transfer queue
    11. #GPU performance level
    12. #EXPO in the #BIOS

    Funny detail: the #CachyOS #wiki itself has a #guide for Arch users who do not want to switch but want full control.

    wiki.cachyos.org/features/opti

    What do you think?

    #LinuxGaming #FOSS #Gaming #Freedom

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

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

    habr.com/ru/articles/1018646/

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

  12. Spring, kafka, неблокирующий retry, лаги

    История об особенностях использования механизмов retry , которые дает spring-kafka из коробки и проблемах с производительностью. Есть нужно сделать асинхронный retry сообщений на топике, который бы не блокировал основной поток сообщений «легко и быстро» — вам сюда😊 (А потом после «легко и быстро» несколько дней дебажить 🤔 )

    habr.com/ru/articles/1018174/

    #java #springboot #kafka #retry #scheduler

  13. ICYMI: Linux kernel 6.6 introduces the EEVDF scheduler, a next-generation CPU scheduling algorithm focused on fairness and responsiveness
    linux-magazine.com/Issues/2025

  14. ICYMI: Linux kernel 6.6 introduces the EEVDF scheduler, a next-generation CPU scheduling algorithm focused on fairness and responsiveness
    linux-magazine.com/Issues/2025
    #Linux #kernel #EEVDF #scheduler #CFS

  15. ⚙️ Need scheduling logic beyond the default?

    Build & deploy a custom Kubernetes scheduler to handle special workloads, hardware affinities, or cost-optimized placement.

    #Kubernetes #Scheduler #Advanced #CloudNative #DevOps
    🔗 devopstales.github.io/kubernet

  16. Scene Scheduler: The Ultimate Automation Tool for 24/7 OBS Streaming Scene Scheduler: The Ultimate Automation Tool for 24/7 OBS Streaming Running a professional live stream or a 24/7 broadcast chan...

    #abdul #aziz #ahwan #automation #obs #playout #scene #scheduler #scene #scheduling #scheduler

    Origin | Interest | Match
  17. Durch einen Troet von @diekehrseite, wo eine App gesucht wurde die Beiträge planen kann, bin ich auf #fediplan gestoßen. Die Planung läuft plattformunabhängig im Browser. Den Dienst kann man auch selber hosten, was für mich wieder interessant war.

    Nun habe ich das Ganze mal eingerichtet und teste mal ein wenig ob es funktioniert. Dies ist also der erste geplante Beitrag von mir über fediplan, welches nun auf meinem Server läuft.

    #selfhosting #planen #scheduler #mastodon #fediverse

  18. Durch einen Troet von @diekehrseite, wo eine App gesucht wurde die Beiträge planen kann, bin ich auf #fediplan gestoßen. Die Planung läuft plattformunabhängig im Browser. Den Dienst kann man auch selber hosten, was für mich wieder interessant war.

    Nun habe ich das Ganze mal eingerichtet und teste mal ein wenig ob es funktioniert. Dies ist also der erste geplante Beitrag von mir über fediplan, welches nun auf meinem Server läuft.

    #selfhosting #planen #scheduler #mastodon #fediverse

  19. [Перевод] Планировщик Go

    Эта статья посвящена языку программирования Go 1.24 , работающему на Linux на архитектуре ARM . Она может не охватывать специфические для других операционных систем (ОС) или аппаратных архитектур детали. В этой статье подробно рассматриваются следующие вопросы: Компиляция и среда выполнения Go Примитивный планировщик Улучшение планировщика Модель GMP Начальная загрузка программы Создание горутины Цикл планирования Поиск готовой к выполнения горутины Вытеснение горутин Обработка системных вызовов Сетевой и файловый ввод-вывод Работа netpoll Сборщик мусора Общие функции API среды выполнения Go

    habr.com/ru/companies/timeweb/

    #go #golang #scheduler #scheduling #schedule_loop #планировщик #планирование #цикл_планирования #timeweb_статьи_перевод #goroutine

  20. >> "Why let mere mortals decide #CPU priorities when the cosmos can guide us?"

    > A fully functional sched_ext #scheduler that makes real CPU #scheduling decisions based on real-time planetary positions, #zodiac signs, and astrological principles. This actually loads into the #Linux kernel and schedules your system tasks. Because if the universe can influence our lives, why not our CPU scheduling too?

    github.com/zampierilucas/scx_h

    #admin #devops #rust #rust4linux

  21. >> "Why let mere mortals decide #CPU priorities when the cosmos can guide us?"

    > A fully functional sched_ext #scheduler that makes real CPU #scheduling decisions based on real-time planetary positions, #zodiac signs, and astrological principles. This actually loads into the #Linux kernel and schedules your system tasks. Because if the universe can influence our lives, why not our CPU scheduling too?

    github.com/zampierilucas/scx_h

    #admin #devops #rust #rust4linux

  22. Dev creates astrology-powered CPU scheduler for Linux, makes decisions based on planetary positions and zodiac signs — sched_ext framework informed by lunar phases, cosmic weather reports, and dynamic time slicing

    piefed.social/c/linux/p/171089

  23. Dev creates astrology-powered CPU scheduler for Linux, makes decisions based on planetary positions and zodiac signs — sched_ext framework informed by lunar phases, cosmic weather reports, and dynamic time slicing

    piefed.social/c/linux/p/171089

  24. [5] Last post : operating system CPU 🐾
    In a CPU garage, the mechanic (the kernel) chooses which car (process) to work on based on priority and scheduling rules.
    Each car has a license plate (PID) for identification, not ordering.
    The scheduler optimizes CPU time and prevents starvation.
    In case of an emergency, the mechanic can preempt a repair, save its state (context switch), and resume it later exactly where it stopped.

    #os #linux #cpu #kernel #scheduler

  25. [Перевод] NVIDIA открыла исходный код KAI Scheduler — планировщика, ранее использовавшегося в платформе Run:ai

    Весной этого года NVIDIA открыла исходный код KAI Scheduler — Kubernetes-нативного планировщика GPU-нагрузок, который раньше входил в состав платформы Run:ai и теперь распространяется под лицензией Apache 2.0. Интерес к этому проекту закономерен: планировщик давно работает в продакшене и решает ряд проблем, с которыми сталкивается любая команда, пытающаяся эффективно распределять GPU-ресурсы в кластере. Мы в Orion soft изучили технические детали KAI Scheduler, чтобы понять, как он устроен изнутри, какие задачи закрывает и какие идеи могут быть полезны инженерам, работающим с Kubernetes, ML-нагрузками и распределёнными GPU-оркестраторами. Ниже — разбор архитектуры, базовых сущностей и цикла планирования.Преимущества KAI Scheduler Управление AI-нагрузками на GPU и CPU сталкивается с рядом задач, которые традиционные планировщики ресурсов не всегда способны решать. KAI Scheduler был разработан специально для того, чтобы закрыть эти проблемы:

    habr.com/ru/companies/orion_so

    #gpu #runai #scheduler #kubernetes #machinelearning #opensourse #mlops #ai #nvidia

  26. Wondering how Linux decides what runs next on your machine? This breakdown of how it picks each new CPU time slice makes the scheduler’s logic much clearer.

    Read More: zalt.me/blog/2025/12/linux-nex

    #Linux #kernel #scheduler #CPU

  27. Планируем GPU-нагрузку в Kubernetes: от стандартных механизмов до кастомных решений

    Привет, Хабр! Меня зовут Макарий, и как Senior SRE в Yandex Cloud я не только участвовал в разработке Managed Service for Kubernetes, но и всегда любил в свободное время посмотреть, что интересного понавыпускали для «кубика». Kubernetes, как де‑факто стандарт оркестрации контейнеров, предлагает базовые механизмы для управления вычислительными ресурсами. Однако стандартный планировщик Kubernetes (kube‑scheduler) разрабатывался с учётом общих принципов балансировки нагрузки и не специализирован для уникальных особенностей рабочих GPU‑нагрузок. Предлагаю рассмотреть весь спектр возможностей — от встроенных механизмов шедулинга K8s до специализированных планировщиков, таких как Volcano, Apache YuniKorn и KAI‑Scheduler. Проанализирую конкретные сценарии, в которых каждый из этих инструментов демонстрирует свои преимущества, и предложу рекомендации по выбору оптимального решения для ваших рабочих GPU‑нагрузок.

    habr.com/ru/companies/yandex_c

    #kubernetes #scheduler #scheduling #kai #Apache_YuniKorn #JobSet #Volcano_Scheduler #Kueue

  28. #MastoBrain -- who can point me to a post scheduler that works for Pixelfed and Mastodon, is free to use (don't mind if the post amount is fairly limited), and not based in AI Paradise, a.k.a. Silicon Valley? I don't need access to Meta or similar, though I can just not use it if it's integrated.

    I don't need to schedule hundreds of posts. I'm just ADHD enough to schedule 4-5 ahead at a time, so I don't forget entirely.

    #scheduler #posts #fediverse

  29. #MastoBrain -- who can point me to a post scheduler that works for Pixelfed and Mastodon, is free to use (don't mind if the post amount is fairly limited), and not based in AI Paradise, a.k.a. Silicon Valley? I don't need access to Meta or similar, though I can just not use it if it's integrated.

    I don't need to schedule hundreds of posts. I'm just ADHD enough to schedule 4-5 ahead at a time, so I don't forget entirely.

    #scheduler #posts #fediverse

  30. #MastoBrain -- who can point me to a post scheduler that works for Pixelfed and Mastodon, is free to use (don't mind if the post amount is fairly limited), and not based in AI Paradise, a.k.a. Silicon Valley? I don't need access to Meta or similar, though I can just not use it if it's integrated.

    I don't need to schedule hundreds of posts. I'm just ADHD enough to schedule 4-5 ahead at a time, so I don't forget entirely.

    #scheduler #posts #fediverse

  31. #MastoBrain -- who can point me to a post scheduler that works for Pixelfed and Mastodon, is free to use (don't mind if the post amount is fairly limited), and not based in AI Paradise, a.k.a. Silicon Valley? I don't need access to Meta or similar, though I can just not use it if it's integrated.

    I don't need to schedule hundreds of posts. I'm just ADHD enough to schedule 4-5 ahead at a time, so I don't forget entirely.

    #scheduler #posts #fediverse

  32. #MastoBrain -- who can point me to a post scheduler that works for Pixelfed and Mastodon, is free to use (don't mind if the post amount is fairly limited), and not based in AI Paradise, a.k.a. Silicon Valley? I don't need access to Meta or similar, though I can just not use it if it's integrated.

    I don't need to schedule hundreds of posts. I'm just ADHD enough to schedule 4-5 ahead at a time, so I don't forget entirely.

    #scheduler #posts #fediverse

  33. Nutzt ihr etwas zum zeitversetzen Tröten? Ich lande bei der Suche immer wieder bei scheduler.mastodon.tools/, aber dort gibt es Null Infos, wer dahinter steckt. Das wirkt suspekt...
    #Mastodon #Scheduler #tootlater #späterTröten

  34. Tired of manually slotting tasks into your busy schedule?

    Introducing Plazen, a modern, open-source task manager that does the planning for you. Add your flexible to-dos, and it automatically finds the perfect spot in your daily timetable. For crucial appointments, just pin them to a specific time.

    P.S. These are first beta's. try it out, or contribute github.com/plazen/plazen.org

    #TaskManagement #Productivity #OpenSource #Planning #Scheduler