Skip to main content

Questions tagged [scheduling]

4 votes
5 answers
352 views

I'm working on a platform that allows assigning users to events manually. Every user provides their general availability (Mondays 2PM - 8PM, Tuesdays not at all, Wednesdays 3:30PM-7PM, and so on). ...
Ray's user avatar
  • 149
1 vote
1 answer
281 views

An old guru once told me that SQL Server Agent was created because Windows Task Scheduler did not exist at the time. However, all of my research shows that they both released in 1995. For Task ...
J. Mini's user avatar
  • 1,015
1 vote
0 answers
142 views

I am looking for advice on selecting or building a job placement algorithm. In my company, we have a simple computing platform built on top of Kubernetes. Multiple clients, send compute jobs to a ...
AG14's user avatar
  • 119
0 votes
2 answers
242 views

I have a scheduling system that is horizontally scaled, and stores shared state in a redis key. The purpose of the system is to implement something similar to classic rate limiting, but a bit ...
NadavShmayo's user avatar
0 votes
0 answers
115 views

I have a service (S1) that is deployed on kubernetes having multiple replicas (pods). S1 requires some data from database (Cosmos Cassandra Api) for calculation. This data is constantly updated by ...
Lord Nick's user avatar
  • 101
2 votes
2 answers
588 views

I’m currently tackling a programming challenge to schedule a series of “performances” (a set of dancers together on a stage for a period of time, concretely) that each involve a set of “participants” (...
Daniel Rozeboom's user avatar
0 votes
0 answers
43 views

I have an ERP-style system that needs to allow users to orchestrate an Entity.action() on a variety of objects that implement the Entity interface, at different datetimes. Calling action() would ...
Escher's user avatar
  • 185
0 votes
1 answer
1k views

We are trying to redesign our microservice architecture-based application to support multiple tenants. We have a simple queue service that will be utilized by other services to queue any asynchronous ...
Raghu's user avatar
  • 101
0 votes
2 answers
153 views

I am working on an algorithm that optimizes utilitization of a vehicle. What I have is a list of paths the vehicle is planned to take and between which times (time windows) it has to be at a certain ...
Blaž Mrak's user avatar
2 votes
3 answers
160 views

I need to create a very small service which will programmatically make a database insertion once a day. As our stack primarily uses Node.js, we’re going to write a JS script responsible just for ...
user3781737's user avatar
1 vote
1 answer
67 views

I have an application that is receiving a live stream of files, I am using active MQ for listening to the file arrival in s3. As soon as the file arrives in s3 my application downloads the file and ...
DDM's user avatar
  • 11
0 votes
1 answer
338 views

I am writing a timer-based scheduler to accomplish the task of informing a certain process of what to do and when. The Idea: Inform an X process of certain requests to perform at timed-intervals. So ...
xyf's user avatar
  • 109
0 votes
1 answer
176 views

As a prerequisite I will say that we are wedded to postgres to provide this solution. This is a very broad problem, and I think it must be solved many times over, but unfortunately as it's so general ...
Gesar's user avatar
  • 103
-1 votes
1 answer
456 views

This question was completely reedited to be fully in line with the SE guidelines and builds on top of already given comments. I'll try to introduce some vocabulary to better describe the generic terms ...
flowit's user avatar
  • 237
-1 votes
1 answer
357 views

I own a library that reads a file (large or small) and converts it to a special format that one of our vendor's application needs. This conversion can take anywhere between 5 seconds to 10 minutes ...
user1162657's user avatar

15 30 50 per page
1
2 3 4 5
9