Alexander Makarov

Results 1742 comments of Alexander Makarov

@4erk does that really fix the issue and not only hide it?

@lubosdz `is_file` won't really work since together with fopen it is not an atomic operation i.e. there's a time gap between the is_file and fopen that doesn't usually matter unless...

@4erk > yes. fopen() return resource for file without exceptions or false I don't think that's true because it returns false on error and previously you were getting an error....

That is expected from queue but we may, indeed, state it more clearly.

@rob006 https://github.com/yiisoft/yii2-queue/blob/master/src/drivers/redis/Queue.php#L134

Right. That needs to be verified. I've heard the same info about single worker being active while all others waiting for it to finish.

What's your use case?