T
T
TheCluster2014-08-14 19:40:17
Message Queues
TheCluster, 2014-08-14 19:40:17

Is there a queue server with the ability to set a due date for a job?

Is there any distributed queue server (something like Gearman) with the ability to set a due date for a job? In normal servers, jobs are executed as they arrive, and I need to specify a start date. Ideally, you need to do this - create a task, indicate the date when you need to execute -> sent it to the server, the server at the right time (not earlier!) gave the task to any available handler.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-08-15
@begemot_sun

Why not write it yourself?
Cron + database check of current jobs.
Complicated ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question