Answer the question
In order to leave comments, you need to log in
Is there a replacement for krone for one-time tasks?
The essence of the problem is that you need to specify point tasks from the aminka. which will work one time.
The cron option that checks something every minute is not very convenient.
What is the best way to implement such functionality?
Answer the question
In order to leave comments, you need to log in
Message
Queues Queues in Gearman and PHP
Which queuing server should I use?
writing an implementation of launching cron from a browser is not so difficult
$cmd = "../CronTask.php";
passthru($cmd);
You can implement a delayed queue, but you still cannot do without a scheduler / daemon that will check for actual tasks and execute them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question