I use Beantalkd and Yii2 framework. To add in queue I use something like this:
Yii::$app->beanstalk
->putInTube('tube2', ['param' => 'val'], PheanstalkInterface::DEFAULT_PRIORITY, PheanstalkInterface::DEFAULT_DELAY);
But now I need to plain some task right at specified time, is it possible with Beantalkd, or I need something like Resque?