Top "Scheduler" questions

A scheduler is a software component responsible for starting tasks at a given time.

Is it possible to use the Akka scheduler inside an actor?

I want to have the possibility to put actors to sleep for a while. The actors should decide themselves how …

scala akka scheduler
What is the difference between scheduler and dispatcher in context of process scheduling

I am currently pursuing an undergraduate level course in Operating Systems. I'm somewhat confused about the functions of dispatcher and …

process operating-system scheduler context-switch
java quartz get all details from a scheduled job

I have a Scheduler with number of jobs. I want to be able to show all of the active jobs …

quartz-scheduler scheduler crontrigger
Setting absolute limits on CPU for Docker containers

I'm trying to set absolute limits on Docker container CPU usage. The CPU shares concept (docker run -c <shares&…

docker cpu-usage scheduler lxc cgroups
NameError: global name 'create_engine' is not defined [when trying to create a SQLAlchemyJobStore]

I am trying to add a SQLAlchemyJobStore job store (and make it the default job store) and store some jobs …

python mysql sqlalchemy scheduler apscheduler
Linux perf events: cpu-clock and task-clock - what is the difference

Linux perf tools (some time ago named perf_events) has several builtin universal software events. Two most basic of them …

linux-kernel scheduler perf
Airflow: pass {{ ds }} as param to PostgresOperator

i would like to use execution date as parameter to my sql file: i tried dt = '{{ ds }}' s3_…

python scheduler airflow apache-airflow
Android app OOM (Out Of Memory) adjustment priorities for processes

I am developing an Android Launcher (Home screen replacement) application and running into the launcher getting killed in low-memory situations. …

android out-of-memory scheduler launcher
What is difference between Oozie workflow, coordinator and bundle

What is difference between Oozie workflow, coordinator and bundle ? Oozie workflow defines a sequence of actions. And we need to …

hadoop scheduler oozie oozie-coordinator
APScheduler not starting?

I would like to run a python script during the night and so I was thinking of using APScheduler. I'll …

python scheduler