Problem I’m spec’ing out a API for a task scheduler and I would be thankful for your thoughts. This is […]
Tag: scheduled-tasks
Checking inactivity with periodic tasks in Java
Problem I have created a simple HealthCheck service. I have two approaches: Create a task canceling the previous one if […]
Simple Job Scheduler Class
Problem I’ve created a simple daily task scheduler but I’d like to change this to a general task scheduler accepting […]
Implement a job scheduler which takes in a function f and an integer n, and calls f after n milliseconds
Problem public static void main(String args[]) { solution(new Command() { @Override public void execute() { { System.out.println(“Hello World”); } } […]
Flow Task Scheduler
Problem Scenario: I wanted a task scheduler/doer that enables my application to schedule some tasks to be executed in a […]
Kill dead instances of Excel on a server
Problem We have several legacy programs (VB6) generating Excel report. They are scheduled tasks running on a server. Yes, violate […]
Daily coding problem: Job scheduler invoking a function after specific time
Problem This is a problem from Daily Coding Problem. I have implemented it in Java. For a function f I […]
Ported C# scheduling to Scala
Problem I’m taking a design workshop and we’ve received a short task: To parse an input file of processor jobs. […]
Task scheduler for a particular application
Problem This isn’t meant as a scheduler for just any job. The job that I need to schedule here is […]
Performing actions based on command line arguments
Problem I’m currently reviewing a bit of an older console application which performs certain tasks depending on the command line […]
- 1
- 2