sanwv
sanwv
Yes, but when we have hundreds of pages,more than twenty packages ,the way will be troublesome and config file too length. Not perfect in the question,i also got the way...
like webpack ‘externals’ config is a map for all entry, loaded on demand
I wrote a test plugin that seemed to get the result. ```js DepsPlugin.prototype.apply = function (compiler) { compiler.plugin('compilation', function (compilation) { compilation.plugin('html-webpack-plugin-before-html-processing', function (htmlPluginData, callback) { console.log('haha,enter again and again!');...
when `error_reporting(0)` the error msg : job message data been deleted , cant resolve ttr from the serialize data ``` Exception 'TypeError' with message 'Argument 5 passed to Symfony\Component\Process\Process::__construct() must...
the main point is retry a job and the job timeout be kill is all same time(after ttr seconds), the two event is standalone on multiprocess(retry maybe before job timeout...
more possible to happen when a great many worker and job execution time more than ttr in fact, can not ensure a job always finish in ttr seconds
``` $this->redis->zadd("$this->channel.reserved", time() + $ttr+60, $id); ``` or ``` 'queue' => [ 'ttr' => 86400*30 ], ``` a little funny, just a temporary situation
> $ttr passed at https://github.com/yiisoft/yii2-queue/blob/master/src/cli/Command.php#L185 is a string while it should be int. Any idea why? when repush to waiting list (line 137) before delete message (line 182), so will...
related #218 #312 when many workes and job run time longer than ttr, job retry not set, handleMessage (line 61 ) get true and delete message. delete message and moveExpired...