ostark/craft-async-queue

AsyncQue not running

Closed this issue · 9 comments

I've installed AsyncQueue localy on MAMP and it is not runing.

But when I deactivate the plugin and then activate it again it runs smoothly. Why?

Craft CMS 3.1.28
AsyncQueue 2.0.0
PHP 7.2.14
Apache

No Errors in the queue.log

Having similar issues on a forge server... any ideas?

yiska commented

We are also seeing an issue after upgrading to 2.0.0. Our tasks are not running any longer. I suspect it has to do with some change that was made to decouple QueueCommand form QueueHandler but I have not spent enough time digging through that. When I manually downgrade back to 1.4.0, the queue operates as it should with the latest version of Craft.

We see the same behaviour on our server. Worked just fine, then stopped. Not able to see anything in our logs. Disabling and enabling again resolves this.

@superflausch please provide more details

  • Software versions?
  • Worked just fine, then stopped??
  • console.log & queue.log are empty?
  • jobs table is full?

Sure, I guess I was a little too quick. Since the disabling/enabling it seems to work just fine. I will observe and report if I see the same behaviour again.

I noticed the stalled tasks today (slug updates, template cache), which worked just fine a couple of days ago. Cleared the jobs table. Ran the Async Queue Test, those tasks also got stuck. Empty console.log and queue.log.

PHP 7.3.12
MySQL 5.5.5
Craft Pro 3.4.0-beta.4
AsyncQueue 2.0.0
Apache

Please give 2.1 a try f53f835

This is still an issue with the latest version. And i have never been able to run this on mye local MAMP, it just doesn't run, even if i run the nice command from the settings in my terminal.

Same issue here.

+1, exactly the same issue here