H
H
hAlex2014-04-03 00:20:26
ruby
hAlex, 2014-04-03 00:20:26

What is a good task scheduler?

Honestly, I don't know what I need...
I need something like pub/sub or a queue server that allows you to delay execution for some time (long).
Something like a crown, maybe give me an idea of ​​what I need?)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Valentine, 2014-04-03
@hAlex

Linux has a magic command at , with which you can delay the execution of a command until a certain time.

D
Dmitry, 2014-04-03
@dmtrrr

You need a scheduler. For example, in python: pythonhosted.org/APScheduler

A
afiskon, 2014-04-05
@afiskon

RabbitMQ. Or a process that runs from time to time and solves the tasks you need. Watching what you do.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question