Rahul Gangotrihackerrahul.com·Dec 15, 2024Tasque - Serverless messaging and scheduling solutionHi, Today i am launching an Open Source project TASQUE! An ultimate serverless messaging and scheduling solution. A Serverless Scheduler and Queue system built on top of cloudflare workers, D1 and Durable Objects to handle scale and schedule/queue mi...1 like·29 readstasque
Ryan Harrisreadmyyaps.com·Oct 17, 2024A More Controlled Windows OS Shutdown With Schedules!Want to tell your computer when to shutdown but have steps in place to stop the shutdown in case you’ve changed your mind? Well I’ve got a solution for you, with thanks to Google’s Gemini and some Sources linked below in the credits you can tell your...The Technological Yapswindows-shutdown
Harsh Agarwallinuxkernel.hashnode.dev·Oct 3, 2024Linux Kernel SchedulerThe point of this article is to give you a brief on how the Linux scheduler works. The Linux kernel scheduler may seem complex initially, partly due to its modular nature. It allows multiple scheduling algorithms to coexist to manage different classe...Linux
Chetan Dattachetan77.hashnode.dev·Sep 11, 2024Task SchedulerProblem You are given an array of CPU tasks, each represented by letters A to Z, and a cooling time, n. Each cycle or interval allows the completion of one task. Tasks can be completed in any order, but there's a constraint: identical tasks must be s...Leetcodepriority queue