scheduling Questions
1
I have a kubernetes cluster with a few nodes set up. I want to make sure that pods are distributed efficiently on the nodes.
I'll explain:
Let's assume that I have two nodes:
Node 1 - 2gb ram
No...
Cray asked 31/8, 2018 at 0:1
5
Solved
I have a method and I want it to be scheduled for execution in later times. The scheduling time and method's arguments depend on user inputs.
I already have tried Timers, but I have a question.
H...
Saidee asked 22/9, 2011 at 8:57
5
Solved
I've written a script that uses two thread pools of ten threads each to pull in data from an API. The thread pool implements this code on ActiveState. Each thread pool is monitoring a Redis databas...
Imogene asked 10/7, 2012 at 20:44
2
Microsoft's example for a forever/continous IHostedService at Implement background tasks in microservices with IHostedService and the BackgroundService class uses while+Task.Delay 'pattern'.
This ...
Fraktur asked 3/8, 2018 at 7:1
4
Solved
I have the following singleton which should be executed when the web application starts but it does not, and the scheduled task does not run either.
@Singleton
@Startup
public class Scheduler {
p...
Upperclassman asked 20/3, 2013 at 10:25
10
Solved
I have a service written in C# (.NET 1.1) and want it to perform some cleanup actions at midnight every night. I have to keep all code contained within the service, so what's the easiest way to acc...
Sandstone asked 2/2, 2009 at 15:21
2
I'm currently learning about CPU scheduling and I'm curious about the specifics on Windows 10's scheduling. From what I know a round-robin scheduling is used along with differing levels of priority...
Fortin asked 8/11, 2015 at 1:27
1
Solved
I'm struggling to understand the difference between between preemptive and nonpreemptive kernels, and premptive & nonpreemptive scheduling.
From Operating System Concepts (Ninth Edition), Silb...
Occipital asked 6/4, 2018 at 16:48
3
I have a problem with jobs schedules with JobScheduler in new Android API 21.
This is the code what I schedule the job with 60 seconds interval like below:
ComponentName serviceName = new Componen...
Maryannamaryanne asked 18/3, 2015 at 12:10
3
Solved
Suppose a yarn application has long-running tasks (running for 1 hour or longer). When a MR job starts, all cluster resources are blocked, at least until one container is finished, which sometimes ...
Blather asked 9/7, 2014 at 16:16
2
Who schedules the scheduler?
Which is the first task created and how is this first task created? Isn't any resource or memory required for it? isn't like a chicken and egg scenario?
Isn't schedul...
Strabismus asked 12/2, 2010 at 8:10
4
Solved
I'm looking for some comparison between Quartz.NET and Windows Scheduled Tasks?
How different are they? What are the pros and cons of each one? How do I choose which one to use?
TIA,
Silvasilvain asked 25/2, 2011 at 8:30
7
Solved
I wanna create a notification system on my website?(something like stack-overflow)
How can we schedule a task for mailing the notification for users on each 24 hours?
Can we use MVC4 or we should ...
Phenomenalism asked 31/1, 2013 at 7:3
6
Solved
I bumped into this question and I am not sure if my solution is optimal.
Problem
Given N weighted (Wi) and possibly overlapping intervals (representing meeting schedules) , find the minimum numb...
Cloots asked 9/7, 2014 at 15:26
13
I have a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend?
What I’ve thought out so far is having a script included in the top of...
Fullfaced asked 23/9, 2008 at 10:27
1
Solved
I am trying to understand the difference between these two scheduling techniques. Everything is okay until I found an example where the deadline and the period are equal.
What is the difference ...
Essieessinger asked 9/5, 2017 at 16:28
4
Hi everyone,
I need to schedule my python files(which contains data extraction from sql and some joins) using airflow. I have successfully installed airflow into my linux server and webserver of ai...
Macle asked 18/1, 2017 at 22:6
2
I have two kinds of tasks. Task A is generated by celerybeat every hour. It runs immediately, and generates a thousand (or many thousand) instances of Task B, each of which has an ETA of one day in...
Eats asked 13/5, 2014 at 15:39
2
Solved
DropWizard allows you to define administrative tasks and execute them remotely by hitting a URL. DropWizard apps also have a few built-in admin tasks, such as the Garbage Collector, which can be hi...
Error asked 21/12, 2014 at 20:56
5
Solved
Sometimes whenever I write a program in Linux and it crashes due to a bug of some sort, it will become an uninterruptible process and continue running forever until I restart my computer (even if I...
Elect asked 21/10, 2008 at 21:52
5
I'm currently working on a website that will allow students from my university to automatically generate valid schedules based on the courses they'd like to take.
Before working on the site itself...
Domino asked 6/11, 2012 at 19:17
7
Solved
I'm working on a functionality related to job scheduling in Java, where I'm required to schedule jobs based on days, weeks, or hours.
I'm running into 2 problems:
What is a good representa...
Necklace asked 17/2, 2010 at 22:57
2
Solved
I'm reading Silberschatz's OS book. In section 16.8.1 it says:
The fundamental problem with the elevator algorithm is that I/O
operations cocentrated in a specific region of the disk can resul...
Chlorobenzene asked 3/9, 2011 at 12:9
1
As is noted in Getting Started with LLVM Core Libraries there are three distinct instruction schedulers in the LLVM backend. One of them runs before register allocation and it can be selected using...
Beckham asked 16/2, 2017 at 23:8
1
Solved
I have a mix of Spark versions (1.6, 2.0, 2.1) all deployed on YARN (Hadoop 2.6.0 / CDH 5.5). I'm trying to guarantee that a certain application will never be starved of resources on our YARN clust...
Conyers asked 5/4, 2017 at 19:23
© 2022 - 2024 — McMap. All rights reserved.