A
A
Alexander Kurakin2017-08-21 14:13:50
linux
Alexander Kurakin, 2017-08-21 14:13:50

Task scheduler with queue and scheduling (by time)?

Tell me a task scheduler with the ability to add to the queue and schedule (by time)? Under Linux, preferably extremely simple... Native or Python.
It is necessary that he be able to give commands:

  • run the specified command at the same time in the specified queue,
  • run the specified command continuously in the specified queue,
  • schedule to run the specified command at the specified time (ala Cron) in the specified queue,
  • stop running the specified command on the specified queue.

UPD.
The queues are synchronous.
When setting several "permanent" tasks, their totality is constantly performed, and not each of them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Aleksandrov, 2017-08-21
@jamakasi666

Cron\at\Anacron\

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question